chore(CI): 签名使用相对地址

This commit is contained in:
HuanCheng65 2024-02-02 19:02:17 +08:00
parent 30514e66e5
commit 66fa59a560
No known key found for this signature in database
GPG Key ID: 5EC9DD60A32C7360
2 changed files with 5 additions and 4 deletions

View File

@ -32,7 +32,7 @@ jobs:
if [ -n "${{ secrets.RELEASEKEYPASSWORD }}" ]; then if [ -n "${{ secrets.RELEASEKEYPASSWORD }}" ]; then
echo releaseKeyAlias="${{ vars.RELEASE_KEY_ALIAS }}" >> keystore.properties echo releaseKeyAlias="${{ vars.RELEASE_KEY_ALIAS }}" >> keystore.properties
echo releaseKeyPassword="${{ secrets.RELEASEKEYPASSWORD }}" >> keystore.properties echo releaseKeyPassword="${{ secrets.RELEASEKEYPASSWORD }}" >> keystore.properties
echo releaseKeyStore=$(pwd)/"${{ vars.RELEASE_KEYSTORE }}" >> keystore.properties echo releaseKeyStore="${{ vars.RELEASE_KEYSTORE }}" >> keystore.properties
echo releaseStorePassword="${{ secrets.RELEASESTOREPASSWORD }}" >> keystore.properties echo releaseStorePassword="${{ secrets.RELEASESTOREPASSWORD }}" >> keystore.properties
fi fi

View File

@ -34,6 +34,7 @@ repositories:
versions: versions:
accompanist: 0.34.0 accompanist: 0.34.0
appcenter: 5.0.4
hilt: 2.46.1 hilt: 2.46.1
kotlin: 1.9.22 kotlin: 1.9.22
sketch: 3.3.0 sketch: 3.3.0
@ -372,13 +373,13 @@ libraries:
com.microsoft.appcenter: com.microsoft.appcenter:
appcenter-analytics: appcenter-analytics:
alias: appcenter-analytics alias: appcenter-analytics
version: 5.0.4 version-ref: appcenter
appcenter-crashes: appcenter-crashes:
alias: appcenter-crashes alias: appcenter-crashes
version-ref: appcenter-analytics version-ref: appcenter
appcenter-distribute: appcenter-distribute:
alias: appcenter-distribute alias: appcenter-distribute
version-ref: appcenter-analytics version-ref: appcenter
androidx.compose.runtime: androidx.compose.runtime:
runtime-tracing: runtime-tracing:
alias: compose-runtime-tracing alias: compose-runtime-tracing