Skip to content

Commit 5605f7f

Browse files
committed
Fix: CI build path
1 parent be5f7a1 commit 5605f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ after_build:
4747
}
4848
4949
# Build path
50-
$BuildPath = "$($env:APPVEYOR_BUILD_FOLDER)\Source\NETworkManager\bin\Release\net8.0-windows10.0.17763.0\win-x64"
50+
$BuildPath = "$($env:APPVEYOR_BUILD_FOLDER)\Source\NETworkManager\bin\Release\net8.0-windows10.0.22621.0\win-x64"
5151
$SetupPath = "$($env:APPVEYOR_BUILD_FOLDER)\Source\NETworkManager.Setup\bin\x64\Release\en-US\NETworkManager.Setup.msi"
5252
$ArtifactsPath = "$($env:APPVEYOR_BUILD_FOLDER)\Artifacts"
5353

0 commit comments

Comments
 (0)