File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments