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 4dd887c commit 66f7cd5Copy full SHA for 66f7cd5
.github/workflows/cd-store-stable.yml
@@ -108,17 +108,6 @@ 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: '9NGHP3DX8HDX'
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