mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix ci
This commit is contained in:
parent
7dd9b3fa0c
commit
ad2e8a3c96
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ Write-Host "Current path: " + $currentPath
|
|||
|
||||
$path = $env:APPVEYOR_BUILD_FOLDER + "\Deploy\wox.nuspec"
|
||||
Write-Host "nuspec path: " + $path
|
||||
& nuget.exe pack $path -Version $env:APPVEYOR_BUILD_VERSION -Properties Configuration=Release
|
||||
$releasePath = $env:APPVEYOR_BUILD_FOLDER + "\Output\Release"
|
||||
& nuget.exe pack $path -Version $env:APPVEYOR_BUILD_VERSION -Properties Configuration=Release -BasePath $releasePath
|
||||
|
||||
$nupkgPath = $env:APPVEYOR_BUILD_FOLDER + "\Wox." + $env:APPVEYOR_BUILD_VERSION + ".nupkg"
|
||||
Write-Host "nupkg path: " + $nupkgPath
|
||||
|
|
|
|||
Loading…
Reference in a new issue