Skip to content

Commit 98616fc

Browse files
committed
fix(release): upload built artifacts with versioned filenames to GitHub assets
1 parent 62cbee3 commit 98616fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.releaserc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
{
2121
"assets": [
2222
{
23-
"path": "artifacts/git-commit-analytics_win.zip",
23+
"path": "artifacts/git-commit-analytics_v*_win.zip",
2424
"label": "Windows Build"
2525
},
2626
{
27-
"path": "artifacts/git-commit-analytics_mac.zip",
27+
"path": "artifacts/git-commit-analytics_v*_mac.zip",
2828
"label": "macOS Build"
2929
}
3030
]

0 commit comments

Comments
 (0)