[Github][CI] Name premerge artifacts per OS

This patch renames premerge artifacts per OS. Without this, the premerge
artifacts will conflict with each other and the slower running job will
fail to upload the artifact.
This commit is contained in:
Aiden Grossman
2025-04-15 11:37:50 +00:00
parent 03b0f55d9c
commit 7eae1a4d1f

View File

@@ -69,7 +69,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: Premerge Artifacts
name: Premerge Artifacts (Linux)
path: artifacts/
retention-days: 5
include-hidden-files: 'true'
@@ -124,7 +124,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: Premerge Artifacts
name: Premerge Artifacts (Windows)
path: artifacts/
retention-days: 5
include-hidden-files: 'true'