2 Commits

Author SHA1 Message Date
c10b9c413a ci: trying to fix the gitea release action
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 7s
Create tag and build when new code gets to main / Export (push) Failing after 1m37s
2025-06-17 16:09:32 +02:00
ffec969889 fix: enabling ETC2 texture format for Mac export
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 7s
Create tag and build when new code gets to main / Export (push) Failing after 1m44s
2025-06-17 15:59:18 +02:00
2 changed files with 6 additions and 0 deletions

View File

@ -68,6 +68,8 @@ jobs:
zip -r Mac.zip build/mac
- name: Upload to release
uses: akkuman/gitea-release-action@v1
env:
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
with:
name: Running release
tag_name: ${{ needs.BumpTag.outputs.tag_name }}

View File

@ -18,3 +18,7 @@ config/icon="res://icon.svg"
[dotnet]
project/assembly_name="ExampleProject"
[rendering]
textures/vram_compression/import_etc2_astc=true