We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697faa9 commit 48ef223Copy full SHA for 48ef223
.github/workflows/publish_itchio.yml
@@ -14,8 +14,6 @@ jobs:
14
file: python_pygame_loader_demo.zip
15
env:
16
GITHUB_TOKEN: "${{ secrets.GH_CREDENTIALS }}"
17
- outputs:
18
- bundle_version: ${{ steps.download-html.outputs.version }}
19
itchio_upload:
20
runs-on: ubuntu-latest
21
needs: release_html
@@ -25,8 +23,8 @@ jobs:
25
23
26
24
- name: Upload to itch.io
27
run: |
28
- butler push python_pygame_loader_demo.zip \
+ butler push python-pygame-loader.zip \
29
kerodekroma/python-pygame-loader:html \
30
- --userversion "${{ needs.release_html.outputs.bundle_version }}"
+ --userversion "${{ github.event.release.tag_name }}"
31
32
BUTLER_API_KEY: ${{ secrets.BUTLER_CREDENTIALS }}
0 commit comments