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 0605760 commit 901ff0aCopy full SHA for 901ff0a
.github/workflows/cd-store-preview.yml
@@ -128,6 +128,6 @@ jobs:
128
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
129
client-id: ${{ secrets.AZURE_CLIENT_ID }}
130
client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
131
- package-path: '${{ env.APPX_PACKAGE_DIR }}\*.msixupload'
+ package-path: '${{ env.APPX_PACKAGE_DIR }}'
132
skip-polling: false
133
packages-keep: 5
0 commit comments