Skip to content

Commit

Permalink
Fix: CI build path
Browse files Browse the repository at this point in the history
  • Loading branch information
BornToBeRoot committed Nov 19, 2024
1 parent be5f7a1 commit 5605f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ after_build:
}
# Build path
$BuildPath = "$($env:APPVEYOR_BUILD_FOLDER)\Source\NETworkManager\bin\Release\net8.0-windows10.0.17763.0\win-x64"
$BuildPath = "$($env:APPVEYOR_BUILD_FOLDER)\Source\NETworkManager\bin\Release\net8.0-windows10.0.22621.0\win-x64"
$SetupPath = "$($env:APPVEYOR_BUILD_FOLDER)\Source\NETworkManager.Setup\bin\x64\Release\en-US\NETworkManager.Setup.msi"
$ArtifactsPath = "$($env:APPVEYOR_BUILD_FOLDER)\Artifacts"
Expand Down

0 comments on commit 5605f7f

Please sign in to comment.