Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ellraiser committed Apr 25, 2024
1 parent 77920ed commit e1ebc9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ jobs:
run: |
ls
chmod a+x love-build.app
chmod a+x love-build.app/Contents/MacOS/love
love-build.app/Contents/MacOS/love example-project/main.lua
- name: Check Run
run: |
unzip example-project/dist/1.0.0/ExampleGame-macos.zip
chmod a+x ExampleGame.app
chmod a+x ExampleGame.app/Contents/MacOS/love
ExampleGame.app/Contents/MacOS/love
exit 0

0 comments on commit e1ebc9b

Please sign in to comment.