We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c8448 commit 1ee3ac5Copy full SHA for 1ee3ac5
.github/workflows/cd-store-preview.yml
@@ -108,6 +108,17 @@ jobs:
108
shell: bash
109
run: find $ARTIFACTS_STAGING_DIR -empty -delete
110
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
+
122
- name: Upload the packages to GitHub Actions
123
uses: actions/upload-artifact@v4
124
with:
0 commit comments