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 222696c commit 0fa2ab8Copy full SHA for 0fa2ab8
.github/workflows/cd-store-preview.yml
@@ -114,7 +114,7 @@ jobs:
114
- name: Remove empty files from the packages
115
shell: bash
116
run: find $ARTIFACTS_STAGING_DIR -empty -delete
117
-
+
118
- name: Upload the packages to GitHub Actions
119
uses: actions/upload-artifact@v4
120
with:
@@ -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 }}\*.msixupload'
132
skip-polling: false
133
packages-keep: 5
0 commit comments