Commit 05109e8
authored
fix: Use bash to expand glob in NuGet push step (#995)
PowerShell doesn't glob-expand arguments to external commands, so
`bin/*.nupkg` was passed to dotnet nuget push literally on windows-latest,
which failed to resolve the wildcard itself and errored with
"File does not exist (bin/*.nupkg)" even though the package existed.1 parent 299de05 commit 05109e8
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments