6
0
This commit is contained in:
Jon Michael Aanes 2023-11-09 20:55:17 +01:00
parent 5e789c3f01
commit 8f037cd141

View File

@ -51,15 +51,19 @@ jobs:
if-no-files-found: error if-no-files-found: error
- name: Look around - name: Look around
run: ls -lR bin 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 - uses: KikimoraGames/itch-publish@v0.0.3
if: always() && github.event_name == 'release' if: always() && github.event_name == 'release'
with: with:
butlerApiKey: ${{ secrets.BUTLER_API_KEY }} butlerApiKey: ${{ secrets.BUTLER_API_KEY }}
gameData: ./bin/kjam-2023.love gameData: ./bin/*.love
itchUsername: ${{ inputs.ITCH_USERNAME }} itchUsername: ${{ inputs.ITCH_USERNAME }}
itchGameId: ${{ inputs.ITCH_GAME_ID }} itchGameId: ${{ inputs.ITCH_GAME_ID }}
buildChannel: ${{ matrix.channel }} buildChannel: love-linux-win-mac
buildNumber: ${{ needs.version.outputs.version_hash }} # TODO - 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