Skip to content

Commit

Permalink
Updating file check
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuppan committed Jul 4, 2024
1 parent f1aa0f6 commit 7877de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_play_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "${{ secrets.SIGNING_KEYSTORE_FILE_BASE64 }}" | base64 -d > ./android_keystore.jks;
- name: Deploy Play Store
run: ./gradlew publishReleaseBundle uploadCrashlyticsMappingFileRelease
run: ./gradlew --no-configuration-cache publishReleaseBundle uploadCrashlyticsMappingFileRelease
env:
PLAYSTORE_TRACK: "beta"
PLAYSTORE_RELEASE_STATUS: "completed"
Expand Down

0 comments on commit 7877de1

Please sign in to comment.