workflow
This commit is contained in:
parent
483835dc6c
commit
db2f4b9f20
1 changed files with 6 additions and 0 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -111,6 +111,12 @@ jobs:
|
|||
- name: Find APK Files
|
||||
run: find app-release -name "*.apk"
|
||||
|
||||
- name: Set up Android SDK
|
||||
uses: android-actions/setup-android@v2
|
||||
with:
|
||||
api-level: latest
|
||||
build-tools: latest
|
||||
|
||||
- name: Sign app APK
|
||||
uses: r0adkll/sign-android-release@v1
|
||||
# ID used to access action output
|
||||
|
|
Loading…
Reference in a new issue