Skip to content

Commit

Permalink
WIP: Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilKleistGao committed Sep 16, 2024
1 parent c2ba479 commit c693574
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/godot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ jobs:
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable.mono/linux_release.x86_64 ./linux_release.x86_64
- name: Linux Build
run: |
mkdir -v -p build/linux
cd $PROJECT_PATH
godot --headless --verbose --export-release "Linux/X11" ../build/linux/$EXPORT_NAME.x86_64
godot --headless --verbose --export-release "Linux/X11" ./$EXPORT_NAME.x86_64

0 comments on commit c693574

Please sign in to comment.