Skip to content

Commit 1ee3ac5

Browse files
authored
GitHub: Publish store upload packages to Microsoft Store directly (#16924)
1 parent 75c8448 commit 1ee3ac5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/cd-store-preview.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,17 @@ jobs:
108108
shell: bash
109109
run: find $ARTIFACTS_STAGING_DIR -empty -delete
110110

111+
- name: Publish the packages to Microsoft Store
112+
uses: isaacrlevin/windows-store-action@1
113+
with:
114+
app-id: '9NSQD9PKV3SS'
115+
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
116+
client-id: ${{ secrets.AZURE_CLIENT_ID }}
117+
client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
118+
package-path: '${{ env.APPX_PACKAGE_DIR }}/**/*.msixupload'
119+
skip-polling: false
120+
packages-keep: 5
121+
111122
- name: Upload the packages to GitHub Actions
112123
uses: actions/upload-artifact@v4
113124
with:

0 commit comments

Comments
 (0)