Skip to content

Commit 609857b

Browse files
Chilly5claude
andcommitted
Fix butler action: switch to Oval-Tutu/publish-to-itch-with-butler
The manleydev/butler-publish-itchio-action uses the deprecated broth.itch.ovh domain which no longer resolves. Switch to a maintained action that downloads butler correctly. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3eb0e11 commit 609857b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
targetPlatform: WebGL
3333
buildName: OpenEmpires
3434

35-
- uses: manleydev/butler-publish-itchio-action@v1.0.3
36-
env:
37-
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
38-
CHANNEL: html5
39-
ITCH_GAME: ${{ vars.ITCH_GAME }}
40-
ITCH_USER: ${{ vars.ITCH_USER }}
41-
PACKAGE: build/WebGL/OpenEmpires
35+
- uses: Oval-Tutu/publish-to-itch-with-butler@v1
36+
with:
37+
api-key: ${{ secrets.BUTLER_CREDENTIALS }}
38+
itch_user: ${{ vars.ITCH_USER }}
39+
itch_game: ${{ vars.ITCH_GAME }}
40+
channel: html5
41+
package: build/WebGL/OpenEmpires

0 commit comments

Comments
 (0)