From b1b5476f2a2f148e3e12bff041ae1d009d17f8fe Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Thu, 9 Nov 2023 19:41:34 +0100 Subject: [PATCH] Weird stuff --- .gitea/workflows/love2d.yaml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/love2d.yaml b/.gitea/workflows/love2d.yaml index 847c584..2be71ef 100644 --- a/.gitea/workflows/love2d.yaml +++ b/.gitea/workflows/love2d.yaml @@ -52,17 +52,15 @@ jobs: # name: "${{ github.event.repository.name }}-win64.zip" # path: "${{ github.workspace }}/bin/*-win64.zip" # if-no-files-found: error - deploy: + deploy-condition: runs-on: ubuntu-latest needs: [package] if: inputs.PUBLISH - - strategy: - fail-fast: true - matrix: - channel: # TODO - - love - #- win64 # TODO + setups: + - echo "Hi!" + deploy: + runs-on: ubuntu-latest + needs: [package, deploy-condition] name: Deploy - Itch.io ${{ matrix.template }} steps: @@ -79,3 +77,9 @@ 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!"