Skip to content

Commit

Permalink
Improved the Determine playStore.json file job
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitMaliDeveloper committed Oct 31, 2024
1 parent 6d9392d commit 219e3c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
- name: Determine playstore.json file
run: |
non_kiwix_secret="${NON_KIWIX_ORGANIZATION_TAG}"
echo "CUSTOM_PLAYSTORE_JSON=${{ secrets[non_kiwix_secret] || secrets.PLAYSTORE_JSON }}" >> $GITHUB_ENV
echo "CUSTOM_PLAYSTORE_JSON=${{ secrets[NON_KIWIX_ORGANIZATION_TAG] || secrets.PLAYSTORE_JSON }}" >> $GITHUB_ENV
- name: Preparing signing material
env:
Expand Down

0 comments on commit 219e3c5

Please sign in to comment.