Skip to content

Commit

Permalink
build(actions): 修正 build.gradle 中的路径错误
Browse files Browse the repository at this point in the history
修正 build.gradle 中 keystore 路径错误的问题。
  • Loading branch information
pboymt committed Mar 21, 2023
1 parent 54db624 commit 447bb43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ android {

// Output version info
println "Version name: $vName"
println System.getenv("KEYSTORE_PASSWORD")
println System.getenv("KEY_ALIAS")
println System.getenv("KEY_PASSWORD")
println System.getenv("KEYSTORE_PASSWORD").length()
println System.getenv("KEY_ALIAS").length()
println System.getenv("KEY_PASSWORD").length()

signingConfigs {
release {
Expand Down

0 comments on commit 447bb43

Please sign in to comment.