Commit fb0edcf
fix(ci): resolve nupkg paths before pushing to NuGet
dotnet nuget push received the literal glob "artifacts/*.nupkg" because
neither it nor PowerShell expands wildcard arguments, so the push failed
with "File does not exist". Enumerate the packages with Get-ChildItem and
push each resolved path; the matching .snupkg is pushed automatically.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 74a04c1 commit fb0edcf
1 file changed
Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
0 commit comments