Update build_cromite.yaml

This commit is contained in:
uazo
2023-07-20 22:36:52 +08:00
committed by GitHub
parent 7db9011113
commit 082417b93d
+1 -1
View File
@@ -219,7 +219,7 @@ jobs:
echo "::group::-------- prepare keystore"
cd $WORKSPACE
echo "${{ secrets.KEYSTORE }}" > cromite.keystore.asc
gpg -d --passphrase "${{ secrets.KEYSTORE_PASSPHRASE }}" --batch cromite.keystore.asc > cromite.keystore
gpg --homedir ./ -d --passphrase "${{ secrets.KEYSTORE_PASSPHRASE }}" --batch cromite.keystore.asc > cromite.keystore
echo "::endgroup::"
- name: Build Bromite Android arm64