diff --git a/.github/scripts/decrypt_secret.sh b/.github/scripts/decrypt_secret.sh index 2920a484..7909fdf9 100755 --- a/.github/scripts/decrypt_secret.sh +++ b/.github/scripts/decrypt_secret.sh @@ -1,5 +1,8 @@ #!/bin/sh + +# https://docs.github.com/zh/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions#storing-large-secrets + # 解密文件 # --批处理以防止交互式命令 # --是以假定问题的回答是“是” diff --git a/android/key.jks.gpg b/android/key.jks.gpg index 51c5be24..2128ba58 100644 Binary files a/android/key.jks.gpg and b/android/key.jks.gpg differ diff --git a/android/key.properties.gpg b/android/key.properties.gpg index bb0e2b49..56aca713 100644 Binary files a/android/key.properties.gpg and b/android/key.properties.gpg differ