Skip to content

Commit 10a2adf

Browse files
committed
upload to github also the Paket nupkg
1 parent 4c22dfe commit 10a2adf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@ Target "ReleaseGitHub" (fun _ ->
654654
|> uploadFile "./bin/paket.bootstrapper.exe"
655655
|> uploadFile ".paket/paket.targets"
656656
|> uploadFile ".paket/Paket.Restore.targets"
657+
|> uploadFile (tempDir </> sprintf "Paket.%s.nupkg" (release.NugetVersion))
657658
|> releaseDraft
658659
|> Async.RunSynchronously
659660
)

0 commit comments

Comments
 (0)