add debug and MSIX release github workflows for windows#2990
Open
Axiaobo7788 wants to merge 29 commits into
Open
add debug and MSIX release github workflows for windows#2990Axiaobo7788 wants to merge 29 commits into
Axiaobo7788 wants to merge 29 commits into
Conversation
modified: .github/workflows/integrate.yaml modified: .github/workflows/release.yaml
…release upload credentials
modified: .github/workflows/integrate.yaml
…FluffyChat modified: .github/workflows/main_deploy.yaml
…solve CI build failure
Author
|
I have made the changes as requested. Please help me fill in these key values so that we can publish to the Microsoft Store |
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.
Pull Request has been tested on:
What changed
Fixed an issue with incorrect DLL filenames for sqlite3 on Windows
Modify windows/runner/main.cpp to display a command prompt when building the debug version
Added MSIX packaging via the Flutter msix plugin in [pubspec.yaml]
Updated the Windows release job in /.github/workflows/release.yaml to:
1.build the Windows app
2.generate an MSIX
3.upload the MSIX to the GitHub Release
4.submit the MSIX to Microsoft Store automatically
How to fill the placeholders
Please add these GitHub Actions secrets:
MSIX signing and identity
MSIX_CERT_BASE64: base64 of your PFX certificate
MSIX_CERT_PASSWORD: password for that PFX
MSIX_PUBLISHER: Publisher ID (e.g. CN=...)
MSIX_PUBLISHER_DISPLAY_NAME: Publisher display name shown in Store
MSIX_IDENTITY_NAME: App identity (Package/Identity name from Partner Center)
Microsoft Store submission
MS_STORE_TENANT_ID
MS_STORE_CLIENT_ID
MS_STORE_CLIENT_SECRET
MS_STORE_SELLER_ID
MS_STORE_PRODUCT_ID
Versioning
The workflow converts version: X.Y.Z+BUILD into X.Y.Z.BUILD for MSIX