Skip to content

Commit a2abaa1

Browse files
committed
Fix release pipeline
1 parent 6a9f2aa commit a2abaa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/upload-artifact@v3
3232
with:
3333
name: nupkg
34-
paths: |
34+
path: |
3535
*.nupkg
3636
*.snupkg
3737

0 commit comments

Comments
 (0)