Skip to content

Commit

Permalink
AppImage build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahPS-2262144 committed Oct 21, 2022
1 parent 5765074 commit 96688c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ jobs:
- os: ubuntu-latest
TARGET: ubuntu
CMD_BUILD: >
cd dist/ &&
pip install appimage-builder &&
appimage-builder
appimage-builder &&
cd dist/ &&
mv *.AppImage ..
OUT_FILE_NAME: ChimpStackr-latest-x86_64.AppImage
ASSET_MIME: application/ChimpStackr
steps:
Expand Down

0 comments on commit 96688c8

Please sign in to comment.