Skip to content

Commit 1f45d36

Browse files
committed
Fix artifact upload
1 parent 810be33 commit 1f45d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
uses: actions/upload-artifact@v3.1.1
3636
with:
3737
name: NuGet
38-
path: '**/*.nuget'
38+
path: '**/*.nupkg'

0 commit comments

Comments
 (0)