Test
This commit is contained in:
parent
f7159fe85d
commit
8b5012a9ab
|
@ -68,12 +68,13 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: ${{ matrix.channel }}
|
||||
path: build/${{ matrix.channel }}
|
||||
- name: Look around
|
||||
run: ls -lR build
|
||||
- uses: KikimoraGames/itch-publish@v0.0.3
|
||||
with:
|
||||
butlerApiKey: ${{ secrets.BUTLER_API_KEY }}
|
||||
gameData: ./build/${{ matrix.template }}
|
||||
gameData: ./build/*${{ matrix.template }}*/
|
||||
itchUsername: ${{ inputs.ITCH_USERNAME }}
|
||||
itchGameId: ${{ inputs.ITCH_GAME_ID }}
|
||||
buildChannel: ${{ matrix.channel }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user