removed mac build
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 8s
Create tag and build when new code gets to main / Export (push) Successful in 1m39s

This commit is contained in:
2026-01-29 14:36:24 +01:00
parent 56694541b8
commit cbb1b75d11
2 changed files with 0 additions and 16 deletions

View File

@@ -98,21 +98,6 @@ jobs:
"Linux.zip" \
${{ env.ITCHIO_USERNAME }}/${{ env.ITCHIO_GAMEID }}:linux ${versionArgument}
- name: Mac Build
run: |
mkdir -v -p build/mac
godot --headless --verbose --export-release "Mac" build/mac/${{ env.GAME_NAME }}.zip
zip -r Mac.zip build/mac
- name: Upload Mac to itch.io
shell: bash
env:
BUTLER_API_KEY: ${{ secrets.BUTLER_TOKEN }}
run: |
versionArgument="--userversion ${{ needs.BumpTag.outputs.tag_name }}"
./tools/butler push \
"Mac.zip" \
${{ env.ITCHIO_USERNAME }}/${{ env.ITCHIO_GAMEID }}:mac ${versionArgument}
- name: Web Build
run: |
mkdir -v -p build/web

View File

@@ -27,4 +27,3 @@ window/size/viewport_height=720
[rendering]
rendering_device/driver.windows="d3d12"
textures/vram_compression/import_etc2_astc=true