Skip to content

Conversation

@agneszitte
Copy link
Contributor

@agneszitte agneszitte commented Oct 24, 2025

PR Type:

  • 🏗️ Build or CI-related changes

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:

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 applicationId in the default branch publish configuration from dot notation to underscore notation
  • Corrected both applicationId and bundleFile path 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants