Commit f79679d
fix(ci): working dir when uploading NuGet packages
To fix errors like:
```
Starting task 'DotNet:nuget:push': ./out/*.nupkg
./out/> "/usr/share/dotnet/dotnet" nuget push --skip-duplicate ./out/*.nupkg --api-key <ApiKey> --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'.
```1 parent 2cc0565 commit f79679d
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | 203 | | |
205 | 204 | | |
206 | 205 | | |
| |||
0 commit comments