-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure to upload APKs to Play Store prevents APKs being published to GitHub #91
Comments
This should just work, or we should at least document how to do it right the first time. Pushing to GH before trying Play Store sounds like a good idea so at least you get the apk with which to manually create the app. |
Delaying as there is a documented workaround. |
Following are the steps followed to publish the app in playstore: |
During the switch to GH Actions I fixed this by publishing the apks and not publishing to the Play Store. I raised an issue for reintroducing the Play Store publishing step and we'll ensure this happens after the apks are added to the release in GH so we don't regress here. |
After adding a new APK flavor (and tagging a release), upload to Play Store fails with the following error:
This likely points to the upload script expecting the app to have existed on the play store which is not the case for new flavours.
It would be best to delink publishing to GitHub from successfully uploading the APK to the play store.
The text was updated successfully, but these errors were encountered: