mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 00:45:08 +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",
|
||||
"assets": [
|
||||
{
|
||||
"path": "./dist/**/*.msi"
|
||||
"path": "./dist/**/*.{msi,deb,rpm,AppImage,dmg,zip}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue