From 273f1a33deb5c8e84aa4c2540a41127f4e41b166 Mon Sep 17 00:00:00 2001 From: molvqingtai Date: Fri, 27 Sep 2024 18:47:24 +0800 Subject: [PATCH] fix: add .zip to assets --- .releaserc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.releaserc b/.releaserc index 4d61b12..0211f2c 100644 --- a/.releaserc +++ b/.releaserc @@ -17,10 +17,7 @@ { "assets": [ { - "path": ".output/web-chat-{{nextRelease.version}}-chrome.zip" - }, - { - "path": "package.json" + "path": ".output/web-chat-${{nextRelease.version}}-chrome.zip" } ], "labels": [