ci: workflow update

This commit is contained in:
2025-06-07 09:56:14 +02:00
parent ff61285483
commit c3a65d8af1

View File

@ -10,7 +10,7 @@ on:
env: env:
GAME_NAME: MovementTests GAME_NAME: MovementTests
ITCHIO_USERNAME: Minimata ITCHIO_USERNAME: Minimata
ITCHIO_GAMEID: Blabladventure ITCHIO_GAMEID: MovementTests
jobs: jobs:
BumpTag: BumpTag:
@ -77,30 +77,30 @@ jobs:
# Windows.zip # Windows.zip
# Linux.zip # Linux.zip
# Mac.zip # Mac.zip
# - name: Upload to Itch - name: Upload to Itch
# uses: KikimoraGames/itch-publish@v0.0.3 uses: KikimoraGames/itch-publish@v0.0.3
# with: with:
# butlerApiKey: ${{ secrets.BUTLER_TOKEN }} butlerApiKey: ${{ secrets.BUTLER_TOKEN }}
# itchUsername: ${{ env.ITCHIO_USERNAME }} itchUsername: ${{ env.ITCHIO_USERNAME }}
# itchGameId: ${{ env.ITCHIO_GAMEID }} itchGameId: ${{ env.ITCHIO_GAMEID }}
# buildNumber: ${{ needs.BumpTag.outputs.tag_name }} buildNumber: ${{ needs.BumpTag.outputs.tag_name }}
# gameData: Windows.zip gameData: Windows.zip
# buildChannel: windows buildChannel: windows
# - name: Upload to Itch - name: Upload to Itch
# uses: KikimoraGames/itch-publish@v0.0.3 uses: KikimoraGames/itch-publish@v0.0.3
# with: with:
# butlerApiKey: ${{ secrets.BUTLER_TOKEN }} butlerApiKey: ${{ secrets.BUTLER_TOKEN }}
# itchUsername: ${{ env.ITCHIO_USERNAME }} itchUsername: ${{ env.ITCHIO_USERNAME }}
# itchGameId: ${{ env.ITCHIO_GAMEID }} itchGameId: ${{ env.ITCHIO_GAMEID }}
# buildNumber: ${{ needs.BumpTag.outputs.tag_name }} buildNumber: ${{ needs.BumpTag.outputs.tag_name }}
# gameData: Linux.zip gameData: Linux.zip
# buildChannel: linux buildChannel: linux
# - name: Upload to Itch - name: Upload to Itch
# uses: KikimoraGames/itch-publish@v0.0.3 uses: KikimoraGames/itch-publish@v0.0.3
# with: with:
# butlerApiKey: ${{ secrets.BUTLER_TOKEN }} butlerApiKey: ${{ secrets.BUTLER_TOKEN }}
# itchUsername: ${{ env.ITCHIO_USERNAME }} itchUsername: ${{ env.ITCHIO_USERNAME }}
# itchGameId: ${{ env.ITCHIO_GAMEID }} itchGameId: ${{ env.ITCHIO_GAMEID }}
# buildNumber: ${{ needs.BumpTag.outputs.tag_name }} buildNumber: ${{ needs.BumpTag.outputs.tag_name }}
# gameData: Mac.zip gameData: Mac.zip
# buildChannel: mac buildChannel: mac