Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Serein207 committed Dec 8, 2023
1 parent 92ef3c6 commit f974f8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ jobs:
echo "Icon=app_icon" >> sast-evento-appimage.desktop
echo "Name=SAST Evento" >> sast-evento-appimage.desktop
echo "Type=Application" >> sast-evento-appimage.desktop
echo "Exec=SAST_Evento" >> sast-evento-appimage.desktop
linuxdeploy-x86_64.AppImage --plugin=qt --output=appimage --desktop-file=sast-evento-appimage.desktop --icon-file=app_icon.svg --executable=bin/release/SAST_Evento_Desktop --appdir AppDir
echo "Exec=sast-evento" >> sast-evento-appimage.desktop
mv bin/release/SAST_Evento_Desktop bin/release/sast-evento
linuxdeploy-x86_64.AppImage --plugin=qt --output=appimage --desktop-file=sast-evento-appimage.desktop --icon-file=app_icon.svg --executable=bin/release/sast-evento --appdir AppDir
mv SAST_Evento-*.AppImage SAST_Evento.AppImage
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit f974f8c

Please sign in to comment.