Skip to content

Commit 0fa2ab8

Browse files
authored
Update cd-store-preview.yml
Signed-off-by: Yair <[email protected]>
1 parent 222696c commit 0fa2ab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Remove empty files from the packages
115115
shell: bash
116116
run: find $ARTIFACTS_STAGING_DIR -empty -delete
117-
117+
118118
- name: Upload the packages to GitHub Actions
119119
uses: actions/upload-artifact@v4
120120
with:
@@ -128,6 +128,6 @@ jobs:
128128
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
129129
client-id: ${{ secrets.AZURE_CLIENT_ID }}
130130
client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
131-
package-path: '${{ env.APPX_PACKAGE_DIR }}\**\*.msixupload'
131+
package-path: '${{ env.APPX_PACKAGE_DIR }}\*.msixupload'
132132
skip-polling: false
133133
packages-keep: 5

0 commit comments

Comments
 (0)