Skip to content

Commit a4fddf2

Browse files
committed
chore: updating buttler action for itch.io
1 parent 2123bed commit a4fddf2

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/publish_itchio.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ jobs:
1414
file: python_pygame_loader_demo.zip
1515
env:
1616
GITHUB_TOKEN: "${{ secrets.GH_CREDENTIALS }}"
17-
- name: deploy to itch.io (HTML5)
18-
uses: Oval-Tutu/publish-to-itch-with-butler@v1
19-
with:
20-
api-key: ${{ secrets.BUTLER_CREDENTIALS }}
21-
itch_user: kerodekroma
22-
itch_game: python-pygame-loader
23-
CHANNEL: HTML
24-
PACKAGE: python_pygame_loader_demo.zip
25-
VERSION: ${{ steps.download-html.outputs.version }}
17+
itchio_upload:
18+
runs-on: ubuntu-latest
19+
steps:
20+
- name: Setup butler (HTML5)
21+
uses: remarkablegames/setup-butler@v2
22+
23+
- name: Upload to itch.io
24+
run: butler push python_pygame_loader_demo.zip kerodekroma/python-pygame-loader:html -userversion ${{ steps.download-html.outputs.version }}
25+
env:
26+
BUTLER_API_KEY: ${{ secrets.BUTLER_CREDENTIALS }}

0 commit comments

Comments
 (0)