Skip to content

Commit 222696c

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,19 +115,19 @@ jobs:
115115
shell: bash
116116
run: find $ARTIFACTS_STAGING_DIR -empty -delete
117117

118+
- name: Upload the packages to GitHub Actions
119+
uses: actions/upload-artifact@v4
120+
with:
121+
name: 'Appx Packages (${{ env.CONFIGURATION }}, ${{ env.PLATFORM }})'
122+
path: ${{ env.ARTIFACTS_STAGING_DIR }}
123+
118124
- name: Publish the packages to Microsoft Store
119125
uses: isaacrlevin/[email protected]
120126
with:
121127
app-id: '9NSQD9PKV3SS'
122128
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
123129
client-id: ${{ secrets.AZURE_CLIENT_ID }}
124130
client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
125-
package-path: '${{ env.APPX_PACKAGE_DIR }}/**/*.msixupload'
131+
package-path: '${{ env.APPX_PACKAGE_DIR }}\**\*.msixupload'
126132
skip-polling: false
127133
packages-keep: 5
128-
129-
- name: Upload the packages to GitHub Actions
130-
uses: actions/upload-artifact@v4
131-
with:
132-
name: 'Appx Packages (${{ env.CONFIGURATION }}, ${{ env.PLATFORM }})'
133-
path: ${{ env.ARTIFACTS_STAGING_DIR }}

0 commit comments

Comments
 (0)