Skip to content

Commit

Permalink
build: switched to pro3d-space org (not depending on redirect)
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldsteinlechner committed Apr 24, 2024
1 parent 4647553 commit 3a52c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.fs
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ Target.create "GitHubRelease" (fun _ ->
let z = System.IO.Compression.ZipFile.CreateFromDirectory("bin/publish/win-x64", release)

GitHub.createClientWithToken token
|> GitHub.draftNewRelease "vrvis" "PRo3D" notes.NugetVersion (notes.SemVer.PreRelease <> None) notes.Notes
|> GitHub.draftNewRelease "pro3d-space" "PRo3D" notes.NugetVersion (notes.SemVer.PreRelease <> None) notes.Notes
|> GitHub.uploadFiles (Seq.singleton release)
//|> GitHub.publishDraft
|> Async.RunSynchronously
Expand Down

0 comments on commit 3a52c14

Please sign in to comment.