workflow
This commit is contained in:
parent
77e592122e
commit
0b7c6b7e1e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -112,7 +112,7 @@ jobs:
|
||||||
run: find app-release -name "*.apk"
|
run: find app-release -name "*.apk"
|
||||||
|
|
||||||
- name: Sign app APK
|
- name: Sign app APK
|
||||||
- uses: ilharp/sign-android-release@v1 # Or use @nightly
|
uses: ilharp/sign-android-release@v1 # Or use @nightly
|
||||||
id: sign_app
|
id: sign_app
|
||||||
with:
|
with:
|
||||||
releaseDir: app/build/outputs/apk/release
|
releaseDir: app/build/outputs/apk/release
|
||||||
|
|
Loading…
Reference in a new issue