Skip to content

Commit 17f7ff6

Browse files
committed
GitHub: Removed windows-store-action
1 parent 083ef0e commit 17f7ff6

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,3 @@ jobs:
120120
with:
121121
name: 'Appx Packages (${{ env.CONFIGURATION }}, ${{ env.PLATFORM }})'
122122
path: ${{ env.ARTIFACTS_STAGING_DIR }}
123-
124-
- name: Publish the packages to Microsoft Store
125-
uses: isaacrlevin/[email protected]
126-
with:
127-
app-id: '9NSQD9PKV3SS'
128-
tenant-id: ${{ secrets.STORE_TENANT_ID }}
129-
client-id: ${{ secrets.STORE_CLIENT_ID }}
130-
client-secret: ${{ secrets.STORE_CLIENT_SECRET }}
131-
package-path: '${{ env.APPX_PACKAGE_DIR }}'
132-
skip-polling: false
133-
packages-keep: 5

0 commit comments

Comments
 (0)