Skip to content

Commit 61fbfd8

Browse files
Fix Path
1 parent dd435a1 commit 61fbfd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919

2020
- name: Build Game
2121
run: |
22+
cd ./project
2223
mkdir -p ./build
23-
godot --headless --export-debug "Windows" ./build/game.exe
24+
godot --headless --export-debug "Linux" ./build/game.x86_64
2425
2526
- name: Setup Butler
2627
uses: ./

0 commit comments

Comments
 (0)