File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5252 uses : svenstaro/upload-release-action@v1-release
5353 with :
5454 repo_token : ${{ secrets.GITHUB_TOKEN }}
55- file : build /*.nupkg
55+ file : release /*.nupkg
5656 tag : ${{ github.ref }}
5757 overwrite : true
5858 file_glob : true
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ let push = fun _ ->
102102 match Environment.getBuildParam " nuget-key" with
103103 | s when not ( String.isNullOrWhiteSpace s) -> s
104104 | _ -> UserInput.getUserPassword " NuGet Key: "
105- Paket.push ( fun p -> { p with WorkingDir = buildDir ; ApiKey = key; ToolType = ToolType.CreateLocalTool() })
105+ Paket.push ( fun p -> { p with WorkingDir = (__ SOURCE _ DIRECTORY __ </> " .. " </> releaseDir ) ; ApiKey = key; ToolType = ToolType.CreateLocalTool() })
106106
107107
108108let initTargets () =
You can’t perform that action at this time.
0 commit comments