Skip to content

Commit dbd5f08

Browse files
update selfhost runner logic1
1 parent 5ff3659 commit dbd5f08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/_linux-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,10 @@ jobs:
318318
if-no-files-found: error
319319
path: artifacts.zip
320320

321-
- name: Archive ppc64le artifacts into zip
322-
run: |
323-
cd dist
324-
zip -1 ../artifacts.zip *.whl
321+
#- name: Archive ppc64le artifacts into zip
322+
#run: |
323+
#cd dist
324+
# zip -1 ../artifacts.zip *.whl
325325

326326
- name: Store PyTorch Build Artifacts for ppc64le
327327
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)