ci: Fix Play Store publish by using correct applicationId for the default and canary branches#1227
Draft
agneszitte wants to merge 1 commit intomasterfrom
Draft
ci: Fix Play Store publish by using correct applicationId for the default and canary branches#1227agneszitte wants to merge 1 commit intomasterfrom
agneszitte wants to merge 1 commit intomasterfrom
Conversation
… and canary branch
There was a problem hiding this comment.
Pull Request Overview
This PR fixes the Play Store publishing process by correcting the applicationId values in the CI/CD pipeline configuration files to match the actual application identifiers used in the Android build artifacts.
Key Changes:
- Updated
applicationIdin the default branch publish configuration from dot notation to underscore notation - Corrected both
applicationIdandbundleFilepath in the canary branch configuration to use consistent underscore-based naming
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| build/templates/master-publish/stage-publish-android.yml | Updated applicationId from uno.platform.gallery.native to uno.platform.gallery_native to match the bundle file naming convention |
| build/templates/canary-publish/stage-publish-android-canary.yml | Corrected applicationId and bundleFile path to use underscore notation (gallery_native_canary) instead of mixed dot/underscore notation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Type:
Description
Fix Play Store publish by using the correct applicationId for the default and canary branches based on 65d04da previous change
PR Checklist ✅
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Runresults.