Skip to content

Commit

Permalink
Check the permission.
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitMaliDeveloper authored and MohitMaliFtechiz committed Oct 31, 2024
1 parent 4bd138f commit 203b028
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ jobs:
run: |
echo "$keystore" | base64 -d > kiwix-android/kiwix-android.keystore
if [ -n "${{ secrets[env.non_kiwix_organization_tag] }}" ]; then
echo "It is non-kiwix organization json file"
echo "${{ secrets[env.non_kiwix_organization_tag] }}" > kiwix-android/playstore.json
else
echo "It is kiwix organization json file"
echo "$playstore_json" > kiwix-android/playstore.json
fi
Expand Down

0 comments on commit 203b028

Please sign in to comment.