chore: merge origin/main
This commit is contained in:
@@ -94,7 +94,7 @@ jobs:
|
||||
- name: Build AAB release
|
||||
run: flutter build appbundle --release
|
||||
|
||||
- name: Verificar firma del AAB
|
||||
- name: Verificar firma
|
||||
env:
|
||||
KEYSTORE_PASSWORD: ${{ secrets.PLURIWAVE_KEYSTORE_PASSWORD }}
|
||||
run: |
|
||||
@@ -103,10 +103,10 @@ jobs:
|
||||
echo "ERROR: no se pudo leer el keystore de firma"
|
||||
exit 1
|
||||
}
|
||||
echo "$KEYSTORE_INFO" | grep -E "SHA1:|SHA256:" || true
|
||||
echo ""
|
||||
echo "=== Huellas del AAB (desde ZIP) ==="
|
||||
unzip -p build/app/outputs/bundle/release/app-release.aab META-INF/CERT.RSA | keytool -printcert 2>/dev/null | grep -E "SHA1:|SHA256:" || echo "(huellas no extraídas, build generado)"
|
||||
echo "$KEYSTORE_INFO" | grep -E "SHA1:|SHA256:" || {
|
||||
echo "ERROR: no se encontraron huellas SHA1/SHA256 en el keystore"
|
||||
exit 1
|
||||
}
|
||||
|
||||
- name: Publicar en ftl-builds (Zimaboard)
|
||||
run: |
|
||||
@@ -171,4 +171,4 @@ jobs:
|
||||
MSG="❌ *PluriWave* build FAILED · rama ${BRANCH} · ${COMMIT}"
|
||||
fi
|
||||
curl -s -X POST "https://api.telegram.org/bot${BOT_TOKEN}/sendMessage" \
|
||||
-d "chat_id=221721467" -d "parse_mode=Markdown" -d "text=${MSG}" || true
|
||||
-d "chat_id=221721467" -d "parse_mode=Markdown" -d "text=${MSG}" || true
|
||||
Reference in New Issue
Block a user