We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a0741 commit eef090eCopy full SHA for eef090e
.github/workflows/ci.yml
@@ -170,4 +170,4 @@ jobs:
170
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
171
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
172
AWS_DEFAULT_REGION: "us-east-1"
173
- 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 commit comments