Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
bwees committed Aug 27, 2024
1 parent 6595165 commit e33726d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
sed -i '/release {/,/proguardFile(detoxProguardRulesPath)/ s/signingConfig signingConfigs\.debug/signingConfig signingConfigs\.release/' android/app/build.gradle
# Add the new release signing configuration to signingConfigs
sed -i '/signingConfigs {/a\ release {\n keyAlias System.getenv("KEY_ALIAS")\n keyPassword System.getenv("KEY_PASSWORD")\n storeFile file(System.getenv("KEYSTORE_PATH"))\n storePassword System.getenv("STORE_PASSWORD")\n }' android/app/build.gradle
sed -i '/signingConfigs {/a\ release {\n keyAlias System.getenv("KEY_ALIAS")\n keyPassword System.getenv("KEY_PASSWORD")\n storeFile file("maroon-rides-release-key.jks")\n storePassword System.getenv("STORE_PASSWORD")\n }' android/app/build.gradle
- name: Decode Keystore
Expand Down

0 comments on commit e33726d

Please sign in to comment.