Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
c10b9c413a | |||
ffec969889 |
@ -68,6 +68,8 @@ jobs:
|
|||||||
zip -r Mac.zip build/mac
|
zip -r Mac.zip build/mac
|
||||||
- name: Upload to release
|
- name: Upload to release
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
|
env:
|
||||||
|
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||||
with:
|
with:
|
||||||
name: Running release
|
name: Running release
|
||||||
tag_name: ${{ needs.BumpTag.outputs.tag_name }}
|
tag_name: ${{ needs.BumpTag.outputs.tag_name }}
|
||||||
|
@ -18,3 +18,7 @@ config/icon="res://icon.svg"
|
|||||||
[dotnet]
|
[dotnet]
|
||||||
|
|
||||||
project/assembly_name="ExampleProject"
|
project/assembly_name="ExampleProject"
|
||||||
|
|
||||||
|
[rendering]
|
||||||
|
|
||||||
|
textures/vram_compression/import_etc2_astc=true
|
||||||
|
Reference in New Issue
Block a user