Upload store signed MSIX packages to GitHub release in CI automatically #21
JasonWei512
started this conversation in
Ideas
Replies: 1 comment
|
Done. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Currently the Microsoft Store signed MSIX packages in release page are uploaded by me manually.
Every time I release a new version, I have to download the MSIX packages from store with https://store.rg-adguard.net/ , and upload them to the release page. I want to automate this process.
I tried https://github.com/StoreDev/StoreLib , but it cannot get the download URL of ARM64 package.
All reactions