From 219e3c5105595a9bf12a506801e816ef8fc8342f Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Thu, 31 Oct 2024 17:52:48 +0530 Subject: [PATCH] Improved the Determine playStore.json file job --- .github/workflows/cd.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6af3d4c..f4b9cb9 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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: