Skip to content

Commit 3da66bd

Browse files
committed
chore(CI): use correct filename for deb release
1 parent 0e9506a commit 3da66bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.releaserc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ plugins:
5151
# Publish artifacts as a GitHub release
5252
- - "@semantic-release/github"
5353
- assets:
54-
- path: dist/inputplumber-*.deb
55-
- path: dist/inputplumber-*.deb.sha256.txt
54+
- path: dist/inputplumber_*.deb
55+
- path: dist/inputplumber_*.deb.sha256.txt
5656
- path: dist/inputplumber-*.rpm
5757
- path: dist/inputplumber-*.rpm.sha256.txt
5858
- path: dist/inputplumber-*.tar.gz

0 commit comments

Comments
 (0)