6
0

Compare commits

..

No commits in common. "c7008fd0314eb8fbb04c54fd2ac69bfb7e69ab82" and "1ce5663d8c1036ef5ca73d01df046223d8a28294" have entirely different histories.

View File

@ -55,27 +55,27 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: [package]
if: inputs.PUBLISH
name: Deploy - Itch.io
strategy:
fail-fast: true
matrix:
channel: # TODO
- love
#- win64 # TODO
name: Deploy - Itch.io ${{ matrix.template }}
steps:
- run: mkdir build -p
- uses: actions/download-artifact@v3
with:
name: kjam-2023.love
path: ./build/kjam-2023.love
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/kjam-2023.love
gameData: ./build/*${{ matrix.template }}*/
itchUsername: ${{ inputs.ITCH_USERNAME }}
itchGameId: ${{ inputs.ITCH_GAME_ID }}
buildChannel: ${{ matrix.channel }}
buildNumber: ${{ needs.version.outputs.version_hash }} # TODO
deploy-condition-2:
runs-on: ubuntu-latest
needs: [package]
if: github.event_name != 'release'
setups:
- echo "Hi!"