Fix
This commit is contained in:
parent
f6021fc9f6
commit
ba3a79fe58
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user