6
0

Compare commits

...

2 Commits

Author SHA1 Message Date
c7008fd031 Misc 2023-11-09 20:04:07 +01:00
b1b5476f2a Weird stuff 2023-11-09 19:41:34 +01:00

View File

@ -55,27 +55,27 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: [package]
if: inputs.PUBLISH
strategy:
fail-fast: true
matrix:
channel: # TODO
- love
#- win64 # TODO
name: Deploy - Itch.io ${{ matrix.template }}
name: Deploy - Itch.io
steps:
- run: mkdir build -p
- uses: actions/download-artifact@v3
with:
path: build/${{ matrix.channel }}
name: kjam-2023.love
path: ./build/kjam-2023.love
- 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/kjam-2023.love
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!"