[ci][ez] Rename artifact from process_artifacts_combined
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: https://github.com/facebook/react/pull/30364
Lauren Tan committed
Jul 17, 2024 at 12:32 UTC
512b09b24d41cb7a5ccee5ec70adab2ba25ae67d
1 file changed
+1
-1
.github/workflows/runtime_build_and_test.yml
+1
-1
@@ -285,7 +285,7 @@ jobs:
285
- name: Archive build artifacts
286
uses: actions/upload-artifact@v4
287
with:
288
- name: combined_artifacts_${{ github.sha }}
288
+ name: artifacts_combined
289
path: |
290
./build.tgz
291
./build2.tgz