Skip to content

Commit

Permalink
fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousdev-gh committed May 13, 2024
1 parent 29d5b0a commit 8c7972b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: mkdir -v -p build/web

- name: Build
run: godot -v --export-release --headless "Web" ../build/web/index.html project.godot
run: godot -v --export-release --headless "Web" ./build/web/index.html project.godot

- name: Add coi-service-worker
run: |
Expand Down

0 comments on commit 8c7972b

Please sign in to comment.