From 9209f63f6abfd939798f23548968b3f2984cf17d Mon Sep 17 00:00:00 2001 From: Alex Spataru Date: Sat, 16 Jan 2021 13:19:33 -0500 Subject: [PATCH] Update Build.yml --- .github/workflows/Build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index ba5110e..50c9048 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -75,10 +75,10 @@ jobs: ./linuxdeployqt appdir/usr/share/applications/*.desktop -appimage -bundle-non-qt-libs -extra-plugins=imageformats/libqsvg.so # - # Rename AppImage to match "%AppName%-%Version%-Linux.AppImage" format + # Rename AppImage to match a consistent format # - name: Rename AppImage - run: mv *.AppImage ${{env.APPLICATION}}-${{env.VERSION}}-Linux.AppImage + run: mv *.AppImage ${{env.APPLICATION}}_${{env.VERSION}}.AppImage # # Upload AppImage to build artifacts