Skip to content

Commit 9c6141b

Browse files
committed
Fix artifacts
1 parent 3b62739 commit 9c6141b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/premerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
if: '!cancelled()'
104104
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
105105
with:
106-
name: Premerge Artifacts (Linux)
106+
name: Premerge Artifacts (Linux ${{ runner.arch }})
107107
path: artifacts/
108108
retention-days: 5
109109
include-hidden-files: 'true'

0 commit comments

Comments
 (0)