File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if ! (MAX_JOBS=$(nproc) python setup.py bdist_wheel && pip install dist/*.whl);
1313fi
1414
1515# Basic test to ensure installation success
16-
16+ ls -R
1717
1818
1919# register PrivateUse1HooksInterface
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments