Skip to content

Commit fc06f0b

Browse files
authored
Code Quality: Another attempt to fix the deploy scripts (#15753)
1 parent 28b99c5 commit fc06f0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cd-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
PLATFORM: '${{ matrix.platform }}'
3232
APPX_BUNDLE_PLATFORMS: 'x64|arm64'
3333
WORKING_DIR: '${{ github.workspace }}' # D:\a\Files\Files\
34-
ARTIFACTS_STAGING_DIR: 'artifacts' # D:\a\Files\Files\artifacts\
35-
APPX_PACKAGE_DIR: 'artifacts\AppxPackages'
34+
ARTIFACTS_STAGING_DIR: '${{ github.workspace }}\artifacts'
35+
APPX_PACKAGE_DIR: '${{ github.workspace }}\artifacts\AppxPackages'
3636
PACKAGE_PROJECT_DIR: 'src\Files.App (Package)'
3737
PACKAGE_PROJECT_PATH: 'src\Files.App (Package)\Files.Package.wapproj'
3838
PACKAGE_MANIFEST_PATH: 'src\Files.App (Package)\Package.appxmanifest'

.github/workflows/cd-stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
PLATFORM: '${{ matrix.platform }}'
3232
APPX_BUNDLE_PLATFORMS: 'x64|arm64'
3333
WORKING_DIR: '${{ github.workspace }}' # D:\a\Files\Files\
34-
ARTIFACTS_STAGING_DIR: 'artifacts' # D:\a\Files\Files\artifacts\
35-
APPX_PACKAGE_DIR: 'artifacts\AppxPackages'
34+
ARTIFACTS_STAGING_DIR: '${{ github.workspace }}\artifacts'
35+
APPX_PACKAGE_DIR: '${{ github.workspace }}\artifacts\AppxPackages'
3636
PACKAGE_PROJECT_DIR: 'src\Files.App (Package)'
3737
PACKAGE_PROJECT_PATH: 'src\Files.App (Package)\Files.Package.wapproj'
3838
PACKAGE_MANIFEST_PATH: 'src\Files.App (Package)\Package.appxmanifest'

0 commit comments

Comments
 (0)