From 7cbccee32ef18700fcba0f66886219e70692e8be Mon Sep 17 00:00:00 2001 From: web Date: Fri, 28 Nov 2025 21:58:46 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20update=20asset=20names=20?= =?UTF-8?q?in=20release=20configuration=20for=20admin=20and=20user=20appli?= =?UTF-8?q?cations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .releaserc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.releaserc.json b/.releaserc.json index d7a0177..88cd997 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -144,11 +144,11 @@ "assets": [ { "path": "admin.tar.gz", - "name": "ppanel-admin-${nextRelease.version}.tar.gz" + "name": "ppanel-admin-web.tar.gz" }, { "path": "user.tar.gz", - "name": "ppanel-user-${nextRelease.version}.tar.gz" + "name": "ppanel-user-web.tar.gz" } ] }