From 2276aa7963202e2ec677d98e7552cad6600257f7 Mon Sep 17 00:00:00 2001 From: meetqy Date: Wed, 2 Aug 2023 20:36:28 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20cao?= 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 9a95612f..527e6f47 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,5 +50,5 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: apps/electron/types/* + file: ./package.json tag: ${{ github.ref }}