ci: removing bugged release action
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 6s
Create tag and build when new code gets to main / Export (push) Successful in 2m13s

This commit is contained in:
2025-06-17 16:24:08 +02:00
parent 12f8379095
commit 0a76e96f1d

View File

@ -69,15 +69,6 @@ jobs:
mkdir -v -p build/mac
godot --headless --verbose --export-release "macOS" build/mac/${{ env.GAME_NAME }}.zip
zip -r Mac.zip build/mac
- name: Upload to release
uses: akkuman/gitea-release-action@v1
with:
name: Running release
tag_name: ${{ needs.BumpTag.outputs.tag_name }}
files: |-
Windows.zip
Linux.zip
Mac.zip
- name: Upload to Itch
uses: KikimoraGames/itch-publish@v0.0.3
with: