Just a quick fix.
This commit is contained in:
2
.github/workflows/android-release_ci.yml
vendored
2
.github/workflows/android-release_ci.yml
vendored
@@ -55,6 +55,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GIT_BOT_TOKEN }}
|
repo_token: ${{ secrets.GIT_BOT_TOKEN }}
|
||||||
file: ${{steps.sign_app.outputs.signedFile}}
|
file: ${{steps.sign_app.outputs.signedFile}}
|
||||||
asset_name: mLauncher-${{ github.ref_name }}-Signed.apk
|
asset_name: EasyLauncher-${{ github.ref_name }}-Signed.apk
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|||||||
Reference in New Issue
Block a user