Skip to content

Commit 7b1e83b

Browse files
committed
add win arm64 prebuilt
1 parent 6f58709 commit 7b1e83b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,19 @@ jobs:
1313
include:
1414
- os: macos-latest
1515
target: x86_64-apple-darwin
16+
args:
1617
- os: ubuntu-20.04
1718
target: x86_64-unknown-linux-gnu
19+
args:
1820
- os: windows-latest
1921
target: x86_64-pc-windows-msvc
22+
args:
2023
- os: macos-latest
2124
target: aarch64-apple-darwin
25+
args:
26+
- os: windows-latest
27+
target: aarch64-pc-windows-msvc
28+
args: --bundles nsis
2229
# - os: ubuntu-20.04
2330
# target: aarch64-unknown-linux-gnu
2431

@@ -100,7 +107,7 @@ jobs:
100107
tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags.
101108
releaseName: "AList Desktop v__VERSION__" # tauri-action replaces \_\_VERSION\_\_ with the app version.
102109
releaseBody: "See the assets to download and install this version."
103-
args: "--target ${{ matrix.target }}"
110+
args: "--target ${{ matrix.target }} ${{ matrix.args }}"
104111

105112
build_updater:
106113
name: "Build updater"

0 commit comments

Comments
 (0)