Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
chore(CI): 签名使用相对地址
Browse files Browse the repository at this point in the history
  • Loading branch information
HuanCheng65 committed Feb 2, 2024
1 parent 30514e6 commit 66fa59a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if [ -n "${{ secrets.RELEASEKEYPASSWORD }}" ]; then
echo releaseKeyAlias="${{ vars.RELEASE_KEY_ALIAS }}" >> 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
fi
Expand Down
7 changes: 4 additions & 3 deletions gradle/sweet-dependency/sweet-dependency-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ repositories:

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

0 comments on commit 66fa59a

Please sign in to comment.