Skip to content

Commit 01a2778

Browse files
added zip dependency
1 parent ae79626 commit 01a2778

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/scripts/ppc64le-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if ! (MAX_JOBS=$(nproc) python setup.py bdist_wheel && pip install dist/*.whl);
1313
fi
1414

1515
# Basic test to ensure installation success
16-
16+
ls -R
1717

1818

1919
# register PrivateUse1HooksInterface

.github/workflows/ppc64le.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,13 @@ jobs:
3030
run: |
3131
docker run --rm pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
3232
33+
- name: List directory contents
34+
run: ls -R
35+
3336
- name: Archive artifacts into zip
3437
run: |
3538
export PATH=$PATH:/usr/bin
36-
zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .additional_ci_files
39+
zip -1 artifacts.zip dist/*.whl
3740
3841
- name: Store PyTorch Build Artifacts for s390x
3942
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)