From 8b9f7a03079796dd8346ce088081c2a7e53dbcaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ACT=E4=B8=B6=E6=B5=81=E6=98=9F=E9=9B=A8?= <1340145680@qq.com> Date: Tue, 10 Feb 2026 21:50:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d06ff5..c6a118e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,18 +3,18 @@ name: Build and Release on: push: tags: - - 'v*' + - "v*" workflow_dispatch: inputs: version: - description: 'Version number (e.g., 1.0.0)' + description: "Version number (e.g., 1.0.0)" required: false type: string jobs: build-windows: runs-on: windows-latest - + steps: - name: Checkout code uses: actions/checkout@v4 @@ -22,8 +22,8 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '24' - cache: 'yarn' + node-version: "24" + cache: "yarn" - name: Install dependencies run: yarn install --frozen-lockfile @@ -47,7 +47,7 @@ jobs: build-macos: runs-on: macos-latest - + steps: - name: Checkout code uses: actions/checkout@v4 @@ -55,8 +55,8 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '24' - cache: 'yarn' + node-version: "24" + cache: "yarn" - name: Install dependencies run: yarn install --frozen-lockfile @@ -82,7 +82,7 @@ jobs: needs: [build-windows, build-macos] runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/') - + permissions: contents: write @@ -111,4 +111,4 @@ jobs: dist/*.zip dist/*.dmg env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}