Skip to content

Commit

Permalink
Merge pull request #1034 from mittwald/bugfix/exclude-win32-arm64-upload
Browse files Browse the repository at this point in the history
fix: also exclude win32-arm from s3 upload
  • Loading branch information
martin-helmich authored Jan 28, 2025
2 parents d9c4e0f + 38f6a39 commit 91cedbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: yarn package:windows

- name: Upload to S3
run: yarn oclif upload win
run: yarn oclif upload win --targets=win32-x64,win32-x86
env:
AWS_REGION: eu-central-1
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 91cedbe

Please sign in to comment.