Skip to content

Commit 79e125c

Browse files
committed
fix: update export name
1 parent 2186bb9 commit 79e125c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/itch-build-and-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Web Build
3434
run: |
3535
mkdir -v -p dist/dothop-web
36-
godot --headless -v --export-debug dothop-web dist/dothop-web/index.html || exit 0
36+
godot --headless -v --export-debug Web dist/dothop-web/index.html || exit 0
3737
- name: Sanity check
3838
run: |
3939
ls -alh dist/

.github/workflows/steam-build-and-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Linux Build
3434
run: |
3535
mkdir -v -p dist/dothop-linux
36-
godot --headless -v --export-debug dothop-linux dist/dothop-linux/dothop.x86_64 || exit 0
36+
godot --headless -v --export-debug Linux dist/dothop-linux/dothop.x86_64 || exit 0
3737
- name: Sanity check
3838
run: |
3939
ls -alh dist/

0 commit comments

Comments
 (0)