Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ellraiser committed Apr 25, 2024
1 parent 6d105bd commit 2d028db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
run: |
ls
chmod -R +x love-build.app
love-build.app/Contents/MacOS/love example-project/main.lua
love-build.app example-project/main.lua
- name: Check Run
run: |
unzip example-project/dist/1.0.0/ExampleGame-macos.zip
chmod -R +x ExampleGame.app
ExampleGame.app/Contents/MacOS/love
ExampleGame.app
exit 0
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.DS_Store
dist/*
dist/
example-project/dist/*

0 comments on commit 2d028db

Please sign in to comment.