[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:
parent
03b0f55d9c
commit
7eae1a4d1f
4
.github/workflows/premerge.yaml
vendored
4
.github/workflows/premerge.yaml
vendored
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user