chore(ci): now publishes to itch.io

This commit is contained in:
Neko Ayaka
2026-04-02 01:51:35 +08:00
parent f72d3057c3
commit fbd17e9311
2 changed files with 32 additions and 0 deletions
@@ -113,3 +113,13 @@ jobs:
files: apps/stage-pocket/android/bundle/${{ env.APK_NAME }}
append_body: true
tag_name: ${{ github.event.release.tag_name || inputs.tag }}
- name: Setup butler
uses: remarkablegames/setup-butler@v2
# https://itch.io/docs/butler/pushing.html
- name: Upload Android to itch.io
if: ${{ github.event_name == 'release' }}
run: butler push apps/stage-pocket/bundle/${{ env.BUNDLE_NAME }} nekomeowww/airi:android --userversion ${{ env.VERSION }}
env:
BUTLER_API_KEY: ${{ secrets.GAME_PUBLISHING_ITCHIO }}