Skip to content

Commit d9ca15b

Browse files
committed
feat: Force semantic release rebuild to test linux builds
1 parent 4396ad7 commit d9ca15b

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.releaserc

+3-9
Original file line numberDiff line numberDiff line change
@@ -171,15 +171,9 @@
171171
{
172172
"addReleases": "bottom",
173173
"assets": [
174-
{
175-
"path": "./dist/**/*.msi"
176-
},
177-
{
178-
"path": "./dist/**/*.AppImage"
179-
},
180-
{
181-
"path": "./dist/**/*.deb"
182-
}
174+
{ "path": "./dist/**/*.msi" },
175+
{ "path": "./dist/**/*.AppImage" },
176+
{ "path": "./dist/**/*.deb" }
183177
]
184178
}
185179
],

0 commit comments

Comments
 (0)