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 }}