Workflow
This commit is contained in:
parent
35567e5a78
commit
928b20f339
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: Build Latest
|
name: Build Latest
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # Allows manual triggering of the workflow
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- version.txt
|
- version.txt
|
||||||
|
@ -118,7 +118,7 @@ jobs:
|
||||||
./gradlew bundleRelease
|
./gradlew bundleRelease
|
||||||
|
|
||||||
- name: Sign APK
|
- name: Sign APK
|
||||||
uses: ilharp/sign-android-release@v1 # Or use @nightly
|
uses: 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
|
||||||
|
@ -128,7 +128,7 @@ jobs:
|
||||||
buildToolsVersion: 35.0.0
|
buildToolsVersion: 35.0.0
|
||||||
|
|
||||||
- name: Sign AAB
|
- name: Sign AAB
|
||||||
uses: ilharp/sign-android-release@v1 # Or use @nightly
|
uses: ilharp/sign-android-release@v1
|
||||||
id: sign_aab
|
id: sign_aab
|
||||||
with:
|
with:
|
||||||
releaseDir: app-release/app/build/outputs/bundle/release
|
releaseDir: app-release/app/build/outputs/bundle/release
|
||||||
|
|
Loading…
Reference in a new issue