Skip to content

Commit

Permalink
Merge pull request #550 from atirut-w/patch-1
Browse files Browse the repository at this point in the history
Make AppImage executable using `chmod`
  • Loading branch information
Drewol authored Jan 13, 2022
2 parents 7eb260f + 21d837f commit 6c49962
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build
on: [push]
on: [push, workflow_dispatch]
jobs:
windows_build:
name: Windows build
Expand Down Expand Up @@ -72,12 +72,15 @@ jobs:
run: |
./linuxdeploy-x86_64.AppImage --custom-apprun appimage/AppRun -d appimage/usc-game.desktop -i appimage/usc-game.png -e bin/usc-game --appdir usc-appdir --output appimage
mv usc-game*.AppImage bin/usc-game.AppImage
chmod +x bin/usc-game.AppImage
rm bin/usc-game bin/Tests.*
- name: Pack everything into .tar.gz archive
run: cd bin && tar -czvf ../Game_linux_AppImage.tar.gz *
- name: Upload artifact
uses: actions/upload-artifact@master
with:
name: Game_linux_AppImage
path: bin
path: Game_linux_AppImage.tar.gz
macos_build:
name: macOS build
runs-on: macos-latest
Expand Down

0 comments on commit 6c49962

Please sign in to comment.