From c7008fd0314eb8fbb04c54fd2ac69bfb7e69ab82 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Thu, 9 Nov 2023 20:04:07 +0100 Subject: [PATCH] Misc --- .gitea/workflows/love2d.yaml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/love2d.yaml b/.gitea/workflows/love2d.yaml index 2be71ef..099c538 100644 --- a/.gitea/workflows/love2d.yaml +++ b/.gitea/workflows/love2d.yaml @@ -52,27 +52,23 @@ jobs: # name: "${{ github.event.repository.name }}-win64.zip" # path: "${{ github.workspace }}/bin/*-win64.zip" # if-no-files-found: error - deploy-condition: - runs-on: ubuntu-latest - needs: [package] - if: inputs.PUBLISH - setups: - - echo "Hi!" deploy: runs-on: ubuntu-latest - needs: [package, deploy-condition] + needs: [package] - 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 }}