mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 17:04:58 +01:00
fix: fix release asset types
This commit is contained in:
parent
5a688d1a9e
commit
8f73410c74
1 changed files with 187 additions and 187 deletions
|
|
@ -168,7 +168,7 @@
|
||||||
"addReleases": "bottom",
|
"addReleases": "bottom",
|
||||||
"assets": [
|
"assets": [
|
||||||
{
|
{
|
||||||
"path": "./dist/**/*.msi"
|
"path": "./dist/**/*.{msi,deb,rpm,AppImage,dmg,zip}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue