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