We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81df4ef commit 51efd2dCopy full SHA for 51efd2d
1 file changed
.github/workflows/dotnet.yml
@@ -62,7 +62,7 @@ jobs:
62
uses: actions/upload-pages-artifact@v3
63
with:
64
name: NuGet Packages
65
- path: '**/.nupkg'
+ path: '**/*.nupkg'
66
67
# Generate and upload docs
68
- run: dotnet tool update -g docfx
0 commit comments