-
Notifications
You must be signed in to change notification settings - Fork 705
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Update workflows to build androidApp module
This commit updates the workflows to build the androidApp module instead of the mifospay module. The following changes were made: - Updated the `onPush.yml` workflow to build and archive the `androidApp` module. - Updated the `inflate-secrets` action to use the `androidApp` module. - Updated the `AppFile` to use the correct package name and credentials file.
- Loading branch information
Showing
3 changed files
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
json_key_file("") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one | ||
package_name(ENV["STAGING_PACKAGE_NAME"]) # e.g. org.mifospay.demo | ||
json_key_file("app/playStorePublishServiceCredentialsFile.json") | ||
package_name("org.mifos.mobile") # e.g. org.mifos.mobile |