From 2e57454312118308c18346cbe6e580c8e65bb3c8 Mon Sep 17 00:00:00 2001 From: WJG Date: Sun, 31 Mar 2024 18:34:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20release=20=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/desktop.yaml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/desktop.yaml b/.github/workflows/desktop.yaml index 25c22de..830a6b3 100644 --- a/.github/workflows/desktop.yaml +++ b/.github/workflows/desktop.yaml @@ -58,14 +58,14 @@ jobs: fail-fast: false matrix: include: - # - target: universal-apple-darwin - # build: macos - # os: macos-latest - # arch: universal - # - target: aarch64-apple-darwin - # build: macos - # os: macos-latest - # arch: aarch64 + - target: universal-apple-darwin + build: macos + os: macos-latest + arch: universal + - target: aarch64-apple-darwin + build: macos + os: macos-latest + arch: aarch64 - target: x86_64-apple-darwin build: macos os: macos-latest @@ -372,7 +372,7 @@ jobs: allowUpdates: true token: ${{ secrets.GITHUB_TOKEN }} name: Installer - tag: installer + tag: v0.0.0 body: 完整安装包 draft: false prerelease: false @@ -388,5 +388,6 @@ jobs: body: ${{ inputs.release_message }} draft: false prerelease: false + makeLatest: latest removeArtifacts: true artifacts: installer/*