We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89f350 commit 2913d7eCopy full SHA for 2913d7e
.github/workflows/macos.yml
@@ -103,7 +103,7 @@ jobs:
103
haxe -cp commandline -D analyzer-optimize --run Main setup -s
104
- name: Building the game
105
run: |
106
- arch -x86_64 haxelib run lime build mac
+ arch -x86_64 haxelib run lime build mac -debug
107
- name: Tar files
108
run: tar -zcvf CodenameEngine.tar.gz -C export/debug/macos/bin .
109
- name: Uploading artifact (entire build)
0 commit comments