Skip to content

Commit

Permalink
Win/aarch64: fix the deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
luben committed Oct 29, 2023
1 parent 58a0741 commit eef090e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: "us-east-1"
run: 'aws s3 cp --recursive target\classes\win\aarch64 s3://zstd-jni/github/win/aarch64'
run: 'aws s3 cp libzstd-jni-$(cat version).dll s3://zstd-jni/github/win/aarch64/'

0 comments on commit eef090e

Please sign in to comment.