Skip to content

Commit 04cd343

Browse files
committed
Update cd-sideload-preview.yml
1 parent 13247db commit 04cd343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
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'
38-
LAUNCHER_PATH: 'src\Files.App.Launcher\Files.App.Launcher.vcxproj'
38+
LAUNCHER_PROJECT_PATH: 'src\Files.App.Launcher\Files.App.Launcher.vcxproj'
3939
PACKAGE_MANIFEST_PATH: 'src\Files.App (Package)\Package.appxmanifest'
4040
TEST_PROJECT_PATH: 'tests\Files.InteractionTests\Files.InteractionTests.csproj'
4141
APP_INSTALLER_SIDELOAD_URL: 'https://cdn.files.community/files/preview/'
@@ -90,7 +90,7 @@ jobs:
9090
- Build launcher project
9191
shell: pwsh
9292
run: |
93-
msbuild "$env:LAUNCHER_PATH" `
93+
msbuild "$env:LAUNCHER_PROJECT_PATH" `
9494
-p:Platform=$env:PLATFORM `
9595
-p:Configuration=$env:CONFIGURATION
9696

0 commit comments

Comments
 (0)