-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Case correction for flavor lumbini_chis (#390)
Co-authored-by: Binod Adhikary <[email protected]>
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -653,29 +653,29 @@ jobs: | |
ANDROID_KEYSTORE_PASSWORD: ${{ secrets.ANDROID_KEYSTORE_PASSWORD_MOH_NEPAL_MHEALTH }} | ||
ANDROID_KEY_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD_MOH_NEPAL_MHEALTH }} | ||
|
||
- name: Unpack secrets LUMBINI_CHIS | ||
- name: Unpack secrets lumbini_chis | ||
env: | ||
ANDROID_SECRETS_KEY: ${{ secrets.ANDROID_SECRETS_KEY_LUMBINI_CHIS }} | ||
ANDROID_SECRETS_IV: ${{ secrets.ANDROID_SECRETS_IV_LUMBINI_CHIS }} | ||
run: make org=LUMBINI_CHIS keydec | ||
run: make org=lumbini_chis keydec | ||
|
||
- name: Assemble LUMBINI_CHIS | ||
- name: Assemble lumbini_chis | ||
uses: maierj/[email protected] | ||
with: | ||
lane: build | ||
options: '{ "flavor": "LUMBINI_CHIS" }' | ||
options: '{ "flavor": "lumbini_chis" }' | ||
env: | ||
ANDROID_KEYSTORE_PATH: LUMBINI_CHIS.keystore | ||
ANDROID_KEYSTORE_PATH: lumbini_chis.keystore | ||
ANDROID_KEYSTORE_PASSWORD: ${{ secrets.ANDROID_KEYSTORE_PASSWORD_LUMBINI_CHIS }} | ||
ANDROID_KEY_PASSWORD: ${{ secrets.ANDROID_KEYSTORE_PASSWORD_LUMBINI_CHIS }} | ||
|
||
- name: Bundle LUMBINI_CHIS | ||
- name: Bundle lumbini_chis | ||
uses: maierj/[email protected] | ||
with: | ||
lane: bundle | ||
options: '{ "flavor": "LUMBINI_CHIS" }' | ||
options: '{ "flavor": "lumbini_chis" }' | ||
env: | ||
ANDROID_KEYSTORE_PATH: LUMBINI_CHIS.keystore | ||
ANDROID_KEYSTORE_PATH: lumbini_chis.keystore | ||
ANDROID_KEYSTORE_PASSWORD: ${{ secrets.ANDROID_KEYSTORE_PASSWORD_LUMBINI_CHIS }} | ||
ANDROID_KEY_PASSWORD: ${{ secrets.ANDROID_KEYSTORE_PASSWORD_LUMBINI_CHIS }} | ||
|
||
|