From ad3cd2b39d6bb1c5cfec63e21b101d795f2f9fcb Mon Sep 17 00:00:00 2001 From: lei Date: Tue, 30 Jan 2024 00:14:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20v0.0.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 393ab60..bc3d13d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: # step5: cleanup artifacts in dist_electron - name: cleanup artifacts run: | - npx rimraf "dist/!(*.exe|*.dmg)" + npm run clean # step6: upload artifacts - name: upload artifacts