Skip to content

Commit 7061cd9

Browse files
committed
Fix duplicate artifact name
1 parent 63912f2 commit 7061cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
- name: Upload artifact
145145
uses: actions/upload-artifact@v6
146146
with:
147-
name: AppImage artifact
147+
name: AppImage artifact (${{ matrix.arch.target-platform }})
148148
path: linux/AppImage/Saber-*.AppImage*
149149

150150
- name: Upload to GitHub release

0 commit comments

Comments
 (0)