We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2186bb9 commit 79e125cCopy full SHA for 79e125c
.github/workflows/itch-build-and-deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Web Build
34
run: |
35
mkdir -v -p dist/dothop-web
36
- godot --headless -v --export-debug dothop-web dist/dothop-web/index.html || exit 0
+ godot --headless -v --export-debug Web dist/dothop-web/index.html || exit 0
37
- name: Sanity check
38
39
ls -alh dist/
.github/workflows/steam-build-and-deploy.yml
- name: Linux Build
mkdir -v -p dist/dothop-linux
- godot --headless -v --export-debug dothop-linux dist/dothop-linux/dothop.x86_64 || exit 0
+ godot --headless -v --export-debug Linux dist/dothop-linux/dothop.x86_64 || exit 0
0 commit comments