trying to remove ad unit addon from build job because it breaks
All checks were successful
Create tag and build when new code gets to main / Export (push) Successful in 6m59s

This commit is contained in:
2026-01-26 09:18:28 +01:00
parent bdce8b969c
commit 148aea9bb4

View File

@@ -105,6 +105,10 @@ jobs:
git config -f $AUTH_FILE --unset http.${{ gitea.server_url }}/.extraheader git config -f $AUTH_FILE --unset http.${{ gitea.server_url }}/.extraheader
git config -f $AUTH_FILE http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH" git config -f $AUTH_FILE http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
git lfs pull 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 - name: Import resources and build solution
run: | run: |