Skip to content

Commit

Permalink
Fix butler setup a bit more.
Browse files Browse the repository at this point in the history
  • Loading branch information
nanodeath committed Jul 10, 2024
1 parent 23003da commit 76c4aee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/godot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,9 @@ jobs:
sudo apt-get install curl unzip
curl -L -o butler.zip https://broth.itch.zone/butler/linux-amd64/LATEST/archive/default
unzip butler.zip
mv butler /usr/bin
chmod +x /usr/bin/butler
chmod +x butler
- name: Push to itch.io
run: butler push build/web ${{ env.ITCHIO_PROJECT_NAME }}:${{ env.ITCHIO_CHANNEL_WEB }}
run: ./butler push build/web ${{ env.ITCHIO_PROJECT_NAME }}:${{ env.ITCHIO_CHANNEL_WEB }}

export-windows:
name: Windows Export
Expand Down

0 comments on commit 76c4aee

Please sign in to comment.