Skip to content

Commit 1e9dd64

Browse files
upload changes
1 parent 069c5b5 commit 1e9dd64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ppc64le.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
run: |
2929
docker run --rm pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
3030
31+
- name: Archive artifacts into zip
32+
run: |
33+
zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .additional_ci_files
34+
3135
- name: Store PyTorch Build Artifacts for s390x
3236
uses: actions/upload-artifact@v3
3337
with:

0 commit comments

Comments
 (0)