updating project files
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 31s
Create tag and build when new code gets to main / Test (push) Has been cancelled
Create tag and build when new code gets to main / Export (push) Has been cancelled

This commit is contained in:
2026-01-28 09:50:10 +01:00
parent 119850a7b4
commit af1f6da98d
656 changed files with 12395 additions and 5889 deletions

View File

@@ -84,10 +84,10 @@ jobs:
name: Test Report
path: ${{ github.workspace }}/reports/test-result.html
- name: Trying build
run: |
mkdir -v -p build/windows
/home/runner/godot-linux/godot --headless --verbose --build-solutions --export-release "Windows Desktop" build/windows/${{ env.GAME_NAME }}.exe
# - name: Trying build
# run: |
# mkdir -v -p build/windows
# /home/runner/godot-linux/godot --headless --verbose --build-solutions --export-release "Windows Desktop" build/windows/${{ env.GAME_NAME }}.exe
Export:
runs-on: ubuntu-latest
@@ -139,13 +139,13 @@ jobs:
# git config -f $AUTH_FILE http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
# git lfs pull
- name: Remove GDUnit addon folder because it breaks the build
run: |
rm -rf ${{ gitea.workspace }}/addons/gdUnit4
- name: Import resources and build solution
run: |
godot --headless --editor --build-solutions --quit --import --path $PWD
# - name: Remove GDUnit addon folder because it breaks the build
# run: |
# rm -rf ${{ gitea.workspace }}/addons/gdUnit4
#
# - name: Import resources and build solution
# run: |
# godot --headless --editor --build-solutions --quit --import --path $PWD
- name: Build Windows
run: |