6 Commits

Author SHA1 Message Date
ddbfe47cd2 Merge branch 'main' of https://git.game-dev.space/minimata/GMTK25
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 2m19s
2025-08-03 18:00:10 +02:00
8158a83a37 Cave corrections 2025-08-03 17:59:54 +02:00
c0b5db1696 ci: removing web build
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 9s
Create tag and build when new code gets to main / Export (push) Has been cancelled
2025-08-03 17:57:56 +02:00
ccdf3e0433 Supprimer les copies
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 2m34s
2025-08-03 17:37:13 +02:00
fbac704aa7 Merge branch 'main' of https://git.game-dev.space/minimata/GMTK25 2025-08-03 17:31:05 +02:00
6d5d7ba3aa temp 2025-08-03 17:30:59 +02:00
2 changed files with 5 additions and 22 deletions

View File

@ -69,10 +69,6 @@ jobs:
mkdir -v -p build/mac mkdir -v -p build/mac
godot --headless --verbose --export-release "macOS" build/mac/${{ env.GAME_NAME }}.zip godot --headless --verbose --export-release "macOS" build/mac/${{ env.GAME_NAME }}.zip
zip -r Mac.zip build/mac zip -r Mac.zip build/mac
- name: Web Build
run: |
mkdir -v -p build/web
godot --headless --verbose --export-release "Web" build/web/index.html
- name: Upload to Itch - name: Upload to Itch
uses: KikimoraGames/itch-publish@v0.0.3 uses: KikimoraGames/itch-publish@v0.0.3
@ -101,12 +97,3 @@ jobs:
buildNumber: ${{ needs.BumpTag.outputs.tag_name }} buildNumber: ${{ needs.BumpTag.outputs.tag_name }}
gameData: Mac.zip gameData: Mac.zip
buildChannel: mac buildChannel: mac
- name: Upload to Itch
uses: KikimoraGames/itch-publish@v0.0.3
with:
butlerApiKey: ${{ secrets.BUTLER_TOKEN }}
itchUsername: ${{ env.ITCHIO_USERNAME }}
itchGameId: ${{ env.ITCHIO_GAMEID }}
buildNumber: ${{ needs.BumpTag.outputs.tag_name }}
gameData: build/web
buildChannel: web

File diff suppressed because one or more lines are too long