We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd78ca commit 5ff3659Copy full SHA for 5ff3659
.github/workflows/_linux-build.yml
@@ -276,7 +276,7 @@ jobs:
276
docker exec -t "${container_name}" sh -c '.ci/pytorch/build.sh'
277
278
- name: Archive artifacts into zip
279
- if: inputs.build-generates-artifacts && steps.build.outcome != 'skipped'
+ #f: inputs.build-generates-artifacts && steps.build.outcome != 'skipped'
280
run: |
281
zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .additional_ci_files
282
0 commit comments