From 4d3933d5648ce1dbc53146070694477705616b48 Mon Sep 17 00:00:00 2001 From: Benoit Herbigniaux Date: Tue, 26 Mar 2024 21:51:44 +0100 Subject: [PATCH] Remove windows build --- .github/workflows/godot-ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/godot-ci.yml b/.github/workflows/godot-ci.yml index 07330db..96fd085 100644 --- a/.github/workflows/godot-ci.yml +++ b/.github/workflows/godot-ci.yml @@ -47,23 +47,6 @@ jobs: name: HTML5 path: /home/runner/.local/share/godot/archives/HTML5.zip - deploy-to-itchio-windows: - runs-on: ubuntu-latest - needs: export-game - steps: - - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 - with: - name: Windows - - name: Deploy to Itch.io (Windows) - uses: manleydev/butler-publish-itchio-action@master - env: - BUTLER_CREDENTIALS: ${{ secrets.BUTLER_API_KEY }} - CHANNEL: windows - ITCH_GAME: ${{ secrets.ITCHIO_GAME }} - ITCH_USER: ${{ secrets.ITCHIO_USERNAME }} - PACKAGE: Windows.zip - deploy-to-itchio-web: runs-on: ubuntu-latest needs: export-game