Skip to content

Commit 45ac6ed

Browse files
authored
Fix pytorch jni publish pipeline (#1058)
Change-Id: Iec9dc9d2808c22bd8b18b87777f12162bfe454da
1 parent a2233b7 commit 45ac6ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/native_jni_s3_pytorch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ jobs:
172172
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
173173
aws-region: us-east-2
174174
- name: Copy files to S3 with the AWS CLI
175+
shell: bash
175176
run: |
176177
PYTORCH_VERSION="$(cat gradle.properties | awk -F '=' '/pytorch_version/ {print $2}')"
177178
aws s3 sync pytorch/pytorch-native/jnilib s3://djl-ai/publish/pytorch-${PYTORCH_VERSION}/jnilib

0 commit comments

Comments
 (0)