Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit fa66762

Browse files
committed
fix stupid error
1 parent 7f8db44 commit fa66762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Create build folder
2424
run: mkdir -p build/web
2525
- name: Build
26-
run: godot --headless --export-release "Web" ./project.godot
26+
run: ./godot --headless --export-release "Web" ./project.godot
2727
- name: Upload artifact
2828
uses: actions/upload-artifact@v3
2929
with:

0 commit comments

Comments
 (0)