Skip to content

Commit

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

0 comments on commit 6d9392d

Please sign in to comment.