Workflow
This commit is contained in:
parent
0269833021
commit
e77a82e85e
1 changed files with 0 additions and 6 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -117,12 +117,6 @@ jobs:
|
||||||
cd app-release
|
cd app-release
|
||||||
./gradlew bundleRelease
|
./gradlew bundleRelease
|
||||||
|
|
||||||
- name: Upload unsigned AAB
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: unsigned-aab
|
|
||||||
path: app-release/app/build/outputs/apk/release/*.aab
|
|
||||||
|
|
||||||
- name: Sign APK
|
- name: Sign APK
|
||||||
uses: ilharp/sign-android-release@v1 # Or use @nightly
|
uses: ilharp/sign-android-release@v1 # Or use @nightly
|
||||||
id: sign_apk
|
id: sign_apk
|
||||||
|
|
Loading…
Reference in a new issue