From 92ffe0ce2611a17134a8cef57df99bf9f81a7a6f Mon Sep 17 00:00:00 2001 From: "Brett V. Forsgren" Date: Mon, 1 Apr 2019 10:46:02 -0700 Subject: [PATCH] Upload the experimental nightly package Fixes #6406. --- setup/publish-assets.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/publish-assets.ps1 b/setup/publish-assets.ps1 index 7ef01a5ff..3d1a505bf 100644 --- a/setup/publish-assets.ps1 +++ b/setup/publish-assets.ps1 @@ -41,7 +41,7 @@ try { } $branchName = $branchName.Replace("/", "_") # can't have slashes in the branch name - $vsix = Join-Path $artifactsPath "VSSetup\$configuration\Insertion\VisualFSharpFull.vsix" + $vsix = Join-Path $artifactsPath "VSSetup\$configuration\VisualFSharpFull.vsix" Write-Host " Uploading '$vsix' to '$requestUrl'." -- GitLab