From 8f037cd141fd8e0c2385759ed08d937fadc8e694 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Thu, 9 Nov 2023 20:55:17 +0100 Subject: [PATCH] Finally? --- .gitea/workflows/love2d.yaml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/love2d.yaml b/.gitea/workflows/love2d.yaml index eb0580f..307c420 100644 --- a/.gitea/workflows/love2d.yaml +++ b/.gitea/workflows/love2d.yaml @@ -51,15 +51,19 @@ jobs: if-no-files-found: error - name: Look around run: ls -lR bin - - name: Look around 2 - if: always() && github.event_name == 'release' - run: ls -lR bin - uses: KikimoraGames/itch-publish@v0.0.3 if: always() && github.event_name == 'release' with: butlerApiKey: ${{ secrets.BUTLER_API_KEY }} - gameData: ./bin/kjam-2023.love + gameData: ./bin/*.love itchUsername: ${{ inputs.ITCH_USERNAME }} itchGameId: ${{ inputs.ITCH_GAME_ID }} - buildChannel: ${{ matrix.channel }} - buildNumber: ${{ needs.version.outputs.version_hash }} # TODO + buildChannel: love-linux-win-mac + - uses: KikimoraGames/itch-publish@v0.0.3 + if: always() && github.event_name == 'release' + with: + butlerApiKey: ${{ secrets.BUTLER_API_KEY }} + gameData: ./bin/*-win64.zip + itchUsername: ${{ inputs.ITCH_USERNAME }} + itchGameId: ${{ inputs.ITCH_GAME_ID }} + buildChannel: win64