Skip to content

Commit 9209f63

Browse files
authored
Update Build.yml
1 parent c5e3e9f commit 9209f63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ jobs:
7575
./linuxdeployqt appdir/usr/share/applications/*.desktop -appimage -bundle-non-qt-libs -extra-plugins=imageformats/libqsvg.so
7676
7777
#
78-
# Rename AppImage to match "%AppName%-%Version%-Linux.AppImage" format
78+
# Rename AppImage to match a consistent format
7979
#
8080
- name: Rename AppImage
81-
run: mv *.AppImage ${{env.APPLICATION}}-${{env.VERSION}}-Linux.AppImage
81+
run: mv *.AppImage ${{env.APPLICATION}}_${{env.VERSION}}.AppImage
8282

8383
#
8484
# Upload AppImage to build artifacts

0 commit comments

Comments
 (0)