Fix Android release asset upload (#11174)
This commit is contained in:
@@ -305,6 +305,7 @@ jobs:
|
|||||||
if: ${{ steps.release-check.outputs.exists == 'true' }}
|
if: ${{ steps.release-check.outputs.exists == 'true' }}
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
GH_REPO: ${{ github.repository }}
|
||||||
TAG: ${{ github.ref_name }}
|
TAG: ${{ github.ref_name }}
|
||||||
APK: Bluesky-${{ needs.build.outputs.package-version }}.apk
|
APK: Bluesky-${{ needs.build.outputs.package-version }}.apk
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user