Skip to content

Commit

Permalink
chore: add nupkg to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Bühler committed Sep 26, 2023
1 parent ca59816 commit 643f3c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"@semantic-release/github",
{
"successComment": false,
"failComment": false,
"failComment": true,
"assets": [
{
"path": "artifacts/*.nupkg"
"path": "src/**/bin/Release/**/*.nupkg"
}
]
}
Expand Down

0 comments on commit 643f3c0

Please sign in to comment.