Skip to content

Commit

Permalink
devops: fix keystore file on fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuwah committed Sep 10, 2023
1 parent 92af86d commit 745fb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ platform :android do
build_type: 'Release',
print_command: true,
properties: {
"android.injected.signing.store.file" => "config/release_keystore.jks",
"android.injected.signing.store.file" => "../config/release_keystore.jks",
"android.injected.signing.store.password" => ENV['KEYSTORE_STORE_PASSWORD'],
"android.injected.signing.key.alias" => ENV['KEYSTORE_KEY_ALIAS'],
"android.injected.signing.key.password" => ENV['KEYSTORE_KEY_PASSWORD'],
Expand Down

0 comments on commit 745fb31

Please sign in to comment.