mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-11 18:10:32 +08:00
📦 Chore(custom): update scripts
This commit is contained in:
3
.github/workflows/buid_arch.yml
vendored
3
.github/workflows/buid_arch.yml
vendored
@@ -314,10 +314,9 @@ jobs:
|
||||
run: |
|
||||
if [ "${{ github.event.inputs.publish_enabled }}" == "false" ]; then
|
||||
echo "Publishing is disabled. Skipping upload to S3."
|
||||
node scripts/upload-to-s3.js ./artifacts ./dist_electron/combined
|
||||
exit 0
|
||||
fi
|
||||
node scripts/upload-to-s3.js ./artifacts ./dist_electron/combined false
|
||||
node scripts/upload-to-s3.js ./artifacts ./dist_electron/combined
|
||||
env:
|
||||
R2_SECRET_ID: ${{ secrets.R2_SECRET_ID }}
|
||||
R2_SECRET_KEY: ${{ secrets.R2_SECRET_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user