Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-spataru committed Jan 16, 2021
1 parent c5e3e9f commit 9209f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9209f63

Please sign in to comment.