fx: maybe fix the error on nightly builds
This commit is contained in:
parent
f3ad600c94
commit
21e940c94d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: Prepare release keystore
|
||||
run: |
|
||||
echo "${{ secrets.BASE_64_SIGNING_KEY }}" > release_keystore.jks.asc
|
||||
gpg -d --passphrase "${{ secrets.BASE_64_SIGNING_KEY_PASSPHRASE }}" --batch release_keystore.jks.asc > app/release_keystore.jks
|
||||
gpg -d --passphrase "${{ secrets.BASE_64_SIGNING_KEY_PASSPHRASE }}" --batch release_keystore.jks.asc > release_keystore.jks
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew assembleNightly
|
||||
|
|
Loading…
Add table
Reference in a new issue