🐛 fix: update asset names in release configuration for admin and user applications

This commit is contained in:
web 2025-11-28 21:58:46 -08:00
parent 1dd18d306c
commit 7cbccee32e

View File

@ -144,11 +144,11 @@
"assets": [ "assets": [
{ {
"path": "admin.tar.gz", "path": "admin.tar.gz",
"name": "ppanel-admin-${nextRelease.version}.tar.gz" "name": "ppanel-admin-web.tar.gz"
}, },
{ {
"path": "user.tar.gz", "path": "user.tar.gz",
"name": "ppanel-user-${nextRelease.version}.tar.gz" "name": "ppanel-user-web.tar.gz"
} }
] ]
} }