Weird stuff
This commit is contained in:
parent
1ce5663d8c
commit
b1b5476f2a
|
@ -52,17 +52,15 @@ jobs:
|
||||||
# name: "${{ github.event.repository.name }}-win64.zip"
|
# name: "${{ github.event.repository.name }}-win64.zip"
|
||||||
# path: "${{ github.workspace }}/bin/*-win64.zip"
|
# path: "${{ github.workspace }}/bin/*-win64.zip"
|
||||||
# if-no-files-found: error
|
# if-no-files-found: error
|
||||||
deploy:
|
deploy-condition:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [package]
|
needs: [package]
|
||||||
if: inputs.PUBLISH
|
if: inputs.PUBLISH
|
||||||
|
setups:
|
||||||
strategy:
|
- echo "Hi!"
|
||||||
fail-fast: true
|
deploy:
|
||||||
matrix:
|
runs-on: ubuntu-latest
|
||||||
channel: # TODO
|
needs: [package, deploy-condition]
|
||||||
- love
|
|
||||||
#- win64 # TODO
|
|
||||||
|
|
||||||
name: Deploy - Itch.io ${{ matrix.template }}
|
name: Deploy - Itch.io ${{ matrix.template }}
|
||||||
steps:
|
steps:
|
||||||
|
@ -79,3 +77,9 @@ jobs:
|
||||||
itchGameId: ${{ inputs.ITCH_GAME_ID }}
|
itchGameId: ${{ inputs.ITCH_GAME_ID }}
|
||||||
buildChannel: ${{ matrix.channel }}
|
buildChannel: ${{ matrix.channel }}
|
||||||
buildNumber: ${{ needs.version.outputs.version_hash }} # TODO
|
buildNumber: ${{ needs.version.outputs.version_hash }} # TODO
|
||||||
|
deploy-condition-2:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
needs: [package]
|
||||||
|
if: github.event_name != 'release'
|
||||||
|
setups:
|
||||||
|
- echo "Hi!"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user