Compare commits

...

1 Commits

Author SHA1 Message Date
25aec40d03 trying to fix CI
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 22s
Create tag and build when new code gets to main / Test (push) Failing after 7m33s
Create tag and build when new code gets to main / Export (push) Successful in 8m6s
2026-02-21 10:56:07 +01:00
2 changed files with 1 additions and 2 deletions

View File

@@ -89,7 +89,6 @@ jobs:
run: | run: |
mkdir -v -p build/windows mkdir -v -p build/windows
${{ steps.setup-godot.outputs.godot_bin }} --headless --verbose --export-release "Windows Desktop" build/windows/${{ env.GAME_NAME }}.exe ${{ steps.setup-godot.outputs.godot_bin }} --headless --verbose --export-release "Windows Desktop" build/windows/${{ env.GAME_NAME }}.exe
zip -r Windows.zip build/windows
# - name: Setup Butler # - name: Setup Butler
# shell: bash # shell: bash

View File

@@ -30,7 +30,7 @@
<GdUnit4> <GdUnit4>
<!-- Additional Godot runtime parameters. These are passed to the Godot executable when running tests.--> <!-- Additional Godot runtime parameters. These are passed to the Godot executable when running tests.-->
<Parameters>"--verbose --headless"</Parameters> <Parameters>"--verbose --headless --import"</Parameters>
<!-- Controls the display name format of test cases in the test results. <!-- Controls the display name format of test cases in the test results.
Allowed values: Allowed values: