Skip to content

Commit f2fc9b3

Browse files
committed
fix: prebuild upload path to a glob
1 parent 61310f8 commit f2fc9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{
1616
"assets": [
1717
{
18-
"path": "prebuilds-${nextRelease.version}.tar.gz",
18+
"path": "prebuilds-*.tar.gz",
1919
"label": "Binary modules (from npm @serialport/bindings-cpp)"
2020
}
2121
]

0 commit comments

Comments
 (0)