Skip to content

Commit

Permalink
fix: release 排序
Browse files Browse the repository at this point in the history
  • Loading branch information
idootop committed Mar 31, 2024
1 parent a1cf8b4 commit 2e57454
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/desktop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
allowUpdates: true
token: ${{ secrets.GITHUB_TOKEN }}
name: Installer
tag: installer
tag: v0.0.0
body: 完整安装包
draft: false
prerelease: false
Expand All @@ -388,5 +388,6 @@ jobs:
body: ${{ inputs.release_message }}
draft: false
prerelease: false
makeLatest: latest
removeArtifacts: true
artifacts: installer/*

0 comments on commit 2e57454

Please sign in to comment.