From ba3a79fe58710d675c452eeb82bbdf9da7165311 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Thu, 9 Nov 2023 21:38:28 +0100 Subject: [PATCH] Fix --- .gitea/workflows/love2d.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/love2d.yaml b/.gitea/workflows/love2d.yaml index 6af2809..4dce44e 100644 --- a/.gitea/workflows/love2d.yaml +++ b/.gitea/workflows/love2d.yaml @@ -67,7 +67,7 @@ jobs: # Upload to itch - uses: KikimoraGames/itch-publish@v0.0.3 - if: always() && github.event_name == 'release' && ITCH_GAME_ID + if: always() && github.event_name == 'release' && inputs.ITCH_GAME_ID with: butlerApiKey: ${{ secrets.BUTLER_API_KEY }} gameData: ${{ steps.findfiles.outputs.love }} @@ -75,7 +75,7 @@ jobs: itchGameId: ${{ inputs.ITCH_GAME_ID }} buildChannel: love-linux-win-mac - uses: KikimoraGames/itch-publish@v0.0.3 - if: always() && github.event_name == 'release' && ITCH_GAME_ID + if: always() && github.event_name == 'release' && inputs.ITCH_GAME_ID with: butlerApiKey: ${{ secrets.BUTLER_API_KEY }} gameData: ${{ steps.findfiles.outputs.win64 }}