Publish please
This commit is contained in:
parent
c7008fd031
commit
5b02110fda
|
@ -53,10 +53,10 @@ jobs:
|
|||
# path: "${{ github.workspace }}/bin/*-win64.zip"
|
||||
# if-no-files-found: error
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [package]
|
||||
|
||||
name: Deploy - Itch.io
|
||||
needs: [package]
|
||||
if: always() && github.event_name == 'release'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: mkdir build -p
|
||||
- uses: actions/download-artifact@v3
|
||||
|
@ -73,9 +73,3 @@ jobs:
|
|||
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!"
|
||||
|
|
Loading…
Reference in New Issue
Block a user