File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,14 +14,19 @@ 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 }}
1719 itchio_upload :
1820 runs-on : ubuntu-latest
21+ needs : release_html
1922 steps :
2023 - name : Setup butler (HTML5)
2124 uses : remarkablegames/setup-butler@v2
2225
2326 - name : Upload to itch.io
24- run : butler push python_pygame_loader_demo.zip kerodekroma/python-pygame-loader:html --userversion ${{ env.BUNDLE_VERSION }}
27+ run : |
28+ butler push python_pygame_loader_demo.zip \
29+ kerodekroma/python-pygame-loader:html \
30+ --userversion "${{ needs.release_html.outputs.bundle_version }}"
2531 env :
26- BUNDLE_VERSION : ${{ steps.download-html.outputs.version }}
2732 BUTLER_API_KEY : ${{ secrets.BUTLER_CREDENTIALS }}
You can’t perform that action at this time.
0 commit comments