From aed47bb4159fef311996508164420bfe862a60e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=B3=E6=9E=97=20=E6=B2=88?= Date: Wed, 3 Aug 2022 21:03:22 +0800 Subject: [PATCH] fix: add zip --- .releaserc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaserc.json b/.releaserc.json index 081529c..0d19965 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -12,7 +12,7 @@ [ "@semantic-release/github", { - "assets": [{ "path": "candi-tab", "label": "release" }] + "assets": [{ "path": "candi-tab.zip", "label": "candi-tab-${nextRelease.notes}" }] } ], [