Fix
This commit is contained in:
parent
f6021fc9f6
commit
ba3a79fe58
|
@ -67,7 +67,7 @@ jobs:
|
||||||
# Upload to itch
|
# Upload to itch
|
||||||
|
|
||||||
- uses: KikimoraGames/itch-publish@v0.0.3
|
- 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:
|
with:
|
||||||
butlerApiKey: ${{ secrets.BUTLER_API_KEY }}
|
butlerApiKey: ${{ secrets.BUTLER_API_KEY }}
|
||||||
gameData: ${{ steps.findfiles.outputs.love }}
|
gameData: ${{ steps.findfiles.outputs.love }}
|
||||||
|
@ -75,7 +75,7 @@ jobs:
|
||||||
itchGameId: ${{ inputs.ITCH_GAME_ID }}
|
itchGameId: ${{ inputs.ITCH_GAME_ID }}
|
||||||
buildChannel: love-linux-win-mac
|
buildChannel: love-linux-win-mac
|
||||||
- uses: KikimoraGames/itch-publish@v0.0.3
|
- 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:
|
with:
|
||||||
butlerApiKey: ${{ secrets.BUTLER_API_KEY }}
|
butlerApiKey: ${{ secrets.BUTLER_API_KEY }}
|
||||||
gameData: ${{ steps.findfiles.outputs.win64 }}
|
gameData: ${{ steps.findfiles.outputs.win64 }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user