updating project files
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user