Test
This commit is contained in:
parent
f7159fe85d
commit
8b5012a9ab
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user