fix(ci): load release signing from key properties
This commit is contained in:
@@ -87,6 +87,8 @@ jobs:
|
||||
run: flutter build appbundle --release
|
||||
|
||||
- name: Verificar firma del AAB
|
||||
env:
|
||||
KEYSTORE_PASSWORD: ${{ secrets.PLURIWAVE_KEYSTORE_PASSWORD }}
|
||||
run: |
|
||||
echo "=== Huellas del keystore ==="
|
||||
keytool -list -v -keystore "$KEYSTORE_PATH" -alias $KEYSTORE_ALIAS -storepass "$KEYSTORE_PASSWORD" 2>/dev/null | grep "SHA1:\|SHA256:"
|
||||
|
||||
Reference in New Issue
Block a user