From d1aedad4efc10bbe7600e24c8f4a6084879675b8 Mon Sep 17 00:00:00 2001 From: xushengfeng Date: Wed, 23 Oct 2024 13:57:47 +0800 Subject: [PATCH] 14.1.5 --- .github/workflows/build.yml | 7 +++---- package.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65c303d45..011fca877 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,15 +43,14 @@ jobs: uses: actions/upload-artifact@v3 with: path: | - build/* + "build/app-*" + "build/eSearch-*" - name: release uses: softprops/action-gh-release@v2 with: - files: | - "build/app-*" - "build/eSearch-*" + files: "build/*" draft: false prerelease: true generate_release_notes: true diff --git a/package.json b/package.json index b1220695b..350b39331 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eSearch", - "version": "14.1.4", + "version": "14.1.5", "description": "识屏 · 搜索", "main": "./out/main/main.js", "scripts": {