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