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
|
||||
on:
|
||||
workflow_dispatch: # Allows manual triggering of the workflow
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- version.txt
|
||||
|
@ -118,7 +118,7 @@ jobs:
|
|||
./gradlew bundleRelease
|
||||
|
||||
- name: Sign APK
|
||||
uses: ilharp/sign-android-release@v1 # Or use @nightly
|
||||
uses: ilharp/sign-android-release@v1
|
||||
id: sign_apk
|
||||
with:
|
||||
releaseDir: app-release/app/build/outputs/apk/release
|
||||
|
@ -128,7 +128,7 @@ jobs:
|
|||
buildToolsVersion: 35.0.0
|
||||
|
||||
- name: Sign AAB
|
||||
uses: ilharp/sign-android-release@v1 # Or use @nightly
|
||||
uses: ilharp/sign-android-release@v1
|
||||
id: sign_aab
|
||||
with:
|
||||
releaseDir: app-release/app/build/outputs/bundle/release
|
||||
|
|
Loading…
Reference in a new issue