Skip to content

Commit

Permalink
fix: update export name
Browse files Browse the repository at this point in the history
  • Loading branch information
russmatney committed Dec 2, 2024
1 parent 2186bb9 commit 79e125c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/itch-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Web Build
run: |
mkdir -v -p dist/dothop-web
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
- name: Sanity check
run: |
ls -alh dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/steam-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Linux Build
run: |
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
- name: Sanity check
run: |
ls -alh dist/
Expand Down

0 comments on commit 79e125c

Please sign in to comment.