Skip to content

Commit 51efd2d

Browse files
committed
Tweak action workflow
1 parent 81df4ef commit 51efd2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/upload-pages-artifact@v3
6363
with:
6464
name: NuGet Packages
65-
path: '**/.nupkg'
65+
path: '**/*.nupkg'
6666

6767
# Generate and upload docs
6868
- run: dotnet tool update -g docfx

0 commit comments

Comments
 (0)