Skip to content

Commit

Permalink
[ci][ez] Rename artifact from process_artifacts_combined
Browse files Browse the repository at this point in the history
Build artifacts are uniquely associated to a single workflow run, so
appending the sha was unnecessary. I originally included it to make it
easier to download later but this turns out to be unneeded.

Drops the sha suffix to make downloading the artifact in a separate
script / workflow more straightforward.

ghstack-source-id: 36ac4df4c35409fd08fbfa8714043eb556ff88d3
Pull Request resolved: #30364
  • Loading branch information
poteto committed Jul 18, 2024
1 parent 163365a commit 512b09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtime_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:
- name: Archive build artifacts
uses: actions/upload-artifact@v4
with:
name: combined_artifacts_${{ github.sha }}
name: artifacts_combined
path: |
./build.tgz
./build2.tgz
Expand Down

0 comments on commit 512b09b

Please sign in to comment.