Skip to content

Commit 37242ed

Browse files
committed
.github/workflows/appimage.yml:fix artifact location
1 parent 3874de9 commit 37242ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/appimage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@ jobs:
3939
with:
4040
allowUpdates: True
4141
prerelease: False
42-
artifacts: "modemu2k*AppImage"
42+
name: modemu2k ${GITHUB_REF}
43+
artifacts: "_build/modemu2k*AppImage"
4344
token: ${{ secrets.GITHUB_TOKEN }}
45+
omitNameDuringUpdate: True
46+
omitBodyDuringUpdate: True

0 commit comments

Comments
 (0)