File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments