Skip to content

Commit 5bc0f25

Browse files
authored
Update cd-store.yml
1 parent 28549d3 commit 5bc0f25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd-store.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
WORKING_DIR: '${{ github.workspace }}' # D:\a\Files\Files\
3333
ARTIFACTS_STAGING_DIR: '${{ github.workspace }}\artifacts'
3434
APPX_PACKAGE_DIR: '${{ github.workspace }}\artifacts\AppxPackages'
35-
PACKAGE_PROJECT_DIR: '${{ github.workspace }}src\Files.App (Package)'
36-
PACKAGE_PROJECT_PATH: '${{ github.workspace }}src\Files.App (Package)\Files.Package.wapproj'
37-
PACKAGE_MANIFEST_PATH: '${{ github.workspace }}src\Files.App (Package)\Package.appxmanifest'
35+
PACKAGE_PROJECT_DIR: '${{ github.workspace }}\src\Files.App (Package)'
36+
PACKAGE_PROJECT_PATH: '${{ github.workspace }}\src\Files.App (Package)\Files.Package.wapproj'
37+
PACKAGE_MANIFEST_PATH: '${{ github.workspace }}\src\Files.App (Package)\Package.appxmanifest'
3838

3939
steps:
4040
- name: Checkout the repository

0 commit comments

Comments
 (0)