Skip to content

Commit 30904ec

Browse files
added zip dependency
1 parent a47ae4e commit 30904ec

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ppc64le.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,15 @@ jobs:
2828
2929
- name: Run Docker container and execute build script
3030
run: |
31-
docker run --rm pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
31+
docker run --rm -v $(pwd)/dist:/workspace/pytorch/dist pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
3232
3333
- name: List directory contents
3434
run: ls -R
3535

3636
- name: Archive artifacts into zip
3737
run: |
38-
export PATH=$PATH:/usr/bin
39-
cd /workspace/pytorch
40-
zip -1 artifacts.zip dist/*.whl
38+
cd dist
39+
zip -1 ../artifacts.zip *.whl
4140
4241
- name: Store PyTorch Build Artifacts for s390x
4342
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)