From 02ccab11daed2f5ee2b20e36b929074ad76f396e Mon Sep 17 00:00:00 2001 From: webwarrior Date: Mon, 7 Jul 2025 13:02:32 +0200 Subject: [PATCH] build.fsx: fix working dir when uploading nugets To fix errors like: ``` Starting task 'DotNet:nuget:push': ./out/*.nupkg ./out/> "/usr/share/dotnet/dotnet" nuget push --skip-duplicate ./out/*.nupkg --api-key --source https://api.nuget.org/v3/index.json (In: false, Out: false, Err: false) error: Could not find a part of the path '/home/runner/work/FSharpLint/FSharpLint/out/out'. ``` --- build.fsx | 1 - 1 file changed, 1 deletion(-) diff --git a/build.fsx b/build.fsx index 9d64e215a..129fc2c09 100644 --- a/build.fsx +++ b/build.fsx @@ -200,7 +200,6 @@ Target.create "Push" (fun _ -> o with Common = { o.Common with - WorkingDirectory = nugetDir CustomParams = Some "--skip-duplicate" } PushParams = {