Skip to content

Commit

Permalink
Remove windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbigniauxBenoit committed Mar 26, 2024
1 parent 545e58b commit 4d3933d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/godot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d3933d

Please sign in to comment.