Fix Android release asset upload

This commit is contained in:
Samuel Newman
2026-07-16 22:35:20 +03:00
parent f9384e44c7
commit a7d81932b3
@@ -265,6 +265,7 @@ jobs:
if: ${{ steps.release-check.outputs.exists == 'true' }}
env:
GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }}
TAG: ${{ github.ref_name }}
APK: Bluesky-${{ needs.build.outputs.package-version }}.apk
run: |