Skip to content

Commit 48ef223

Browse files
committed
chore: updating buttler action for itch.io
1 parent 697faa9 commit 48ef223

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish_itchio.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
file: python_pygame_loader_demo.zip
1515
env:
1616
GITHUB_TOKEN: "${{ secrets.GH_CREDENTIALS }}"
17-
outputs:
18-
bundle_version: ${{ steps.download-html.outputs.version }}
1917
itchio_upload:
2018
runs-on: ubuntu-latest
2119
needs: release_html
@@ -25,8 +23,8 @@ jobs:
2523

2624
- name: Upload to itch.io
2725
run: |
28-
butler push python_pygame_loader_demo.zip \
26+
butler push python-pygame-loader.zip \
2927
kerodekroma/python-pygame-loader:html \
30-
--userversion "${{ needs.release_html.outputs.bundle_version }}"
28+
--userversion "${{ github.event.release.tag_name }}"
3129
env:
3230
BUTLER_API_KEY: ${{ secrets.BUTLER_CREDENTIALS }}

0 commit comments

Comments
 (0)