We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2233b7 commit 45ac6edCopy full SHA for 45ac6ed
.github/workflows/native_jni_s3_pytorch.yml
@@ -172,6 +172,7 @@ jobs:
172
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
173
aws-region: us-east-2
174
- name: Copy files to S3 with the AWS CLI
175
+ shell: bash
176
run: |
177
PYTORCH_VERSION="$(cat gradle.properties | awk -F '=' '/pytorch_version/ {print $2}')"
178
aws s3 sync pytorch/pytorch-native/jnilib s3://djl-ai/publish/pytorch-${PYTORCH_VERSION}/jnilib
0 commit comments