Update android.yml

This commit is contained in:
dom
2025-08-12 18:52:39 +08:00
committed by GitHub
parent 865ddad147
commit 6b38322c3b

View File

@@ -50,6 +50,7 @@ jobs:
sed -i "s/version: .*/version: $version_name-$(git rev-parse --short HEAD)+$(git rev-list --count HEAD)/g" pubspec.yaml
- name: Write key
if: github.event_name != 'pull_request'
run: |
if [ ! -z "${{ secrets.SIGN_KEYSTORE_BASE64 }}" ]; then
echo "${{ secrets.SIGN_KEYSTORE_BASE64 }}" | base64 --decode > android/app/key.jks