fx: maybe fix the error on nightly builds

This commit is contained in:
LucasGGamerM 2023-04-01 18:00:36 -03:00 committed by GitHub
parent f3ad600c94
commit 21e940c94d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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