forked from openMF/mobile-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Updated workflows to use published actions
Updated the workflows to use published actions for building and deploying the desktop, Android, and iOS apps. This change simplifies the workflows and improves maintainability by leveraging pre-built actions.
- Loading branch information
Showing
6 changed files
with
6 additions
and
16 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
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Promote Android App | ||
uses: ./.github/actions/android-beta | ||
uses: openMF/kmp-publish-android-on-playstore-beta[email protected] | ||
with: | ||
release_type: ${{ inputs.release_type }} | ||
android_package_name: 'mifospay-android' | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Promote Android App to Production | ||
uses: ./.github/actions/android-production | ||
uses: openMF/kmp-publish-android-on-playstore-production[email protected] | ||
with: | ||
android_package_name: 'mifospay-android' | ||
playstore_creds: ${{ secrets.PLAYSTORECREDS }} |
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Build Desktop App | ||
uses: ./.github/actions/build-desktop-app | ||
uses: openMF/kmp-publish-desktop-app[email protected] | ||
id: build-desktop | ||
with: | ||
desktop_package_name: 'mifospay-desktop' |