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 99a4fc5 commit a631ba5Copy full SHA for a631ba5
.github/workflows/_linux-build.yml
@@ -284,6 +284,16 @@ jobs:
284
if: inputs.build-generates-artifacts && steps.build.outcome != 'skipped'
285
run: |
286
zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .additional_ci_files
287
+ zip -r sccache_log.zip sccache_error.log
288
+
289
+ - name: store
290
+ uses: seemethere/upload-artifact-s3@v5
291
+ with:
292
+ name: ${{ inputs.build-environment }}-sccache-log
293
+ retention-days: 14
294
+ if-no-files-found: error
295
+ path: sccache_log.zip
296
+ s3-bucket: ${{ inputs.s3-bucket }}
297
298
- name: Store PyTorch Build Artifacts on S3
299
uses: seemethere/upload-artifact-s3@v5
0 commit comments