Skip to content

Commit 1182ebf

Browse files
committed
chore: updating buttler action for itch.io
1 parent cc20627 commit 1182ebf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish_itchio.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: remarkablegames/setup-butler@v2
2222

2323
- 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 }}
24+
run: butler push python_pygame_loader_demo.zip kerodekroma/python-pygame-loader:html --userversion ${{ env.BUNDLE_VERSION }}
2525
env:
26+
BUNDLE_VERSION: ${{ steps.download-html.outputs.version }}
2627
BUTLER_API_KEY: ${{ secrets.BUTLER_CREDENTIALS }}

0 commit comments

Comments
 (0)