6
0

Publish please

This commit is contained in:
Jon Michael Aanes 2023-11-09 20:11:25 +01:00
parent c7008fd031
commit 5b02110fda

View File

@ -53,10 +53,10 @@ jobs:
# path: "${{ github.workspace }}/bin/*-win64.zip" # path: "${{ github.workspace }}/bin/*-win64.zip"
# if-no-files-found: error # if-no-files-found: error
deploy: deploy:
runs-on: ubuntu-latest
needs: [package]
name: Deploy - Itch.io name: Deploy - Itch.io
needs: [package]
if: always() && github.event_name == 'release'
runs-on: ubuntu-latest
steps: steps:
- run: mkdir build -p - run: mkdir build -p
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
@ -73,9 +73,3 @@ 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!"