6
0
This commit is contained in:
Jon Michael Aanes 2023-11-09 18:28:00 +01:00
parent f7159fe85d
commit 8b5012a9ab

View File

@ -68,12 +68,13 @@ jobs:
steps: steps:
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
with: with:
name: ${{ matrix.channel }}
path: build/${{ matrix.channel }} path: build/${{ matrix.channel }}
- name: Look around
run: ls -lR build
- uses: KikimoraGames/itch-publish@v0.0.3 - uses: KikimoraGames/itch-publish@v0.0.3
with: with:
butlerApiKey: ${{ secrets.BUTLER_API_KEY }} butlerApiKey: ${{ secrets.BUTLER_API_KEY }}
gameData: ./build/${{ matrix.template }} gameData: ./build/*${{ matrix.template }}*/
itchUsername: ${{ inputs.ITCH_USERNAME }} itchUsername: ${{ inputs.ITCH_USERNAME }}
itchGameId: ${{ inputs.ITCH_GAME_ID }} itchGameId: ${{ inputs.ITCH_GAME_ID }}
buildChannel: ${{ matrix.channel }} buildChannel: ${{ matrix.channel }}