We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c6600 commit 51a0afbCopy full SHA for 51a0afb
1 file changed
.github/workflows/tauri-release.yml
@@ -22,15 +22,18 @@ jobs:
22
fail-fast: false
23
matrix:
24
include:
25
- - label: macos-universal
+ - label: macos-arm64
26
platform: macos-latest
27
- args: --target universal-apple-darwin --ci
+ args: --target aarch64-apple-darwin
28
+ - label: macos-x64
29
+ platform: macos-latest
30
+ args: --target x86_64-apple-darwin
31
- label: linux-x64
32
platform: ubuntu-24.04
- args: --ci
33
+ args: ""
34
- label: windows-x64
35
platform: windows-latest
36
37
38
steps:
39
- name: Checkout
@@ -74,7 +77,7 @@ jobs:
74
77
run: choco install nsis -y
75
78
76
79
- name: Install frontend dependencies
- run: npm ci
80
+ run: npm ci --include=optional --no-fund --no-audit
81
82
- name: Build and upload release assets
83
uses: tauri-apps/tauri-action@v0.6
0 commit comments