Skip to content

Commit 66f7cd5

Browse files
authored
Update cd-store-stable.yml
1 parent 4dd887c commit 66f7cd5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -108,17 +108,6 @@ 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: '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-
122111
- name: Upload the packages to GitHub Actions
123112
uses: actions/upload-artifact@v4
124113
with:

0 commit comments

Comments
 (0)