This commit is contained in:
parent
13066f00dd
commit
88b2bbf04e
2 changed files with 3 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -123,7 +123,7 @@ jobs:
|
|||
./gradlew bundleRelease
|
||||
|
||||
- name: Sign APK
|
||||
uses: ilharp/sign-android-release@v1
|
||||
uses: https://gtihub.com/ilharp/sign-android-release@v1
|
||||
id: sign_apk
|
||||
with:
|
||||
releaseDir: app-release/app/build/outputs/apk/release
|
||||
|
@ -133,7 +133,7 @@ jobs:
|
|||
buildToolsVersion: 35.0.0
|
||||
|
||||
- name: Sign AAB
|
||||
uses: ilharp/sign-android-release@v1
|
||||
uses: https://github.com/ilharp/sign-android-release@v1
|
||||
id: sign_aab
|
||||
with:
|
||||
releaseDir: app-release/app/build/outputs/bundle/release
|
||||
|
|
|
@ -1 +1 @@
|
|||
v0.18.3
|
||||
v0.18.2
|
||||
|
|
Loading…
Reference in a new issue