Skip to content

Commit

Permalink
Path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
voylin committed Dec 29, 2024
1 parent c420d74 commit c082416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_gozen_linux_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
run: |
# Build Godot
mkdir bin
mkdir bin/linux
cp libs/bin/linux/* bin/linux
./Godot_v${GODOT_VERSION}-stable_linux.x86_64 --import src/project.godot --quiet --headless --export-debug Linux ../bin/linux/GoZen_${{ env.date }}_debug.x86_64
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_gozen_windows_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
run: |
# Build Godot
mkdir bin
mkdir bin/windows
cp libs/bin/windows/* bin/windows
./Godot_v${GODOT_VERSION}-stable_linux.x86_64 --import src/project.godot --quiet --headless --export-debug Windows ../bin/windows/GoZen_${{ env.date }}_debug.exe
Expand Down

0 comments on commit c082416

Please sign in to comment.