mirror of
https://github.com/NoCrypt/migu.git
synced 2026-03-28 13:28:43 +00:00
Update android.yml
This commit is contained in:
parent
af5fc99719
commit
677baf6bbf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
GIT_CURR_TAG=$(gh release list --limit 1 --json tagName --jq '.[0].tagName'
|
||||
GIT_CURR_TAG=$(gh release list --limit 1 --json tagName --jq '.[0].tagName')
|
||||
echo "GIT_CURR_TAG=$GIT_CURR_TAG" >> $GITHUB_ENV
|
||||
echo Last Tag is: $GIT_CURR_TAG
|
||||
|
||||
|
|
@ -91,7 +91,7 @@ jobs:
|
|||
id: sign_app
|
||||
with:
|
||||
attempt_limit: 3
|
||||
action: NoCrypt/sign-android@main
|
||||
action: NoCrypt/sign-android@v1.0.2
|
||||
with: |
|
||||
releaseDir: capacitor/android/app/build/outputs/apk/release
|
||||
signingKey: ${{ secrets.SIGNING_KEY }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue