File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments