Finally?
This commit is contained in:
parent
5e789c3f01
commit
8f037cd141
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user