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 2913d7e commit 8873d63Copy full SHA for 8873d63
.github/workflows/linux.yml
@@ -109,7 +109,7 @@ jobs:
109
haxe -cp commandline -D analyzer-optimize --run Main setup -s
110
- name: Building the game
111
run: |
112
- haxelib run lime build linux
+ haxelib run lime build linux -debug
113
# - name: Tar files
114
# run: tar -zcvf CodenameEngine.tar.gz -C export/debug/linux/bin .
115
- name: Uploading artifact (entire build)
0 commit comments