mirror of
https://github.com/yggdrasil-network/yggdrasil-android.git
synced 2025-04-27 21:55:08 +03:00
Sign CI builds
This commit is contained in:
parent
a0e010992e
commit
24573625a4
3 changed files with 22 additions and 4 deletions
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
|
@ -57,11 +57,13 @@ jobs:
|
|||
|
||||
- name: Gradle build
|
||||
run: |
|
||||
echo "${{ secrets.RELEASE_KEYSTORE }}" > app/gha.keystore.asc
|
||||
gpg -d --passphrase "${{ secrets.RELEASE_KEYSTORE_PASSWORD }}" --batch app/gha.keystore.asc > app/gha.jks
|
||||
chmod +x gradlew
|
||||
./gradlew assemble
|
||||
./gradlew assembleYggdrasil
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: yggdrasil-android
|
||||
path: app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
path: app/build/outputs/apk/yggdrasil/app-yggdrasil.apk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue