Skip to content

Commit

Permalink
Merge pull request #8 from mahdikhashan/fix-ci-issue
Browse files Browse the repository at this point in the history
ci: revert to fix duplicate path
  • Loading branch information
mahdikhashan authored Dec 25, 2023
2 parents 89e047d + e1c9923 commit 3bb2a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {

signingConfigs {
release {
storeFile file("app/keystore/android_keystore.jks")
storeFile file("keystore/android_keystore.jks")
storePassword System.getenv("SIGNING_STORE_PASSWORD")
keyAlias System.getenv("SIGNING_KEY_ALIAS")
keyPassword System.getenv("SIGNING_KEY_PASSWORD")
Expand Down

0 comments on commit 3bb2a47

Please sign in to comment.