Skip to content

Commit 7e64699

Browse files
committed
fix desktop CI
1 parent 136a4a9 commit 7e64699

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/manual-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ jobs:
4444
include:
4545
- platform: "macos-latest"
4646
args: "--target aarch64-apple-darwin"
47+
target: "aarch64-apple-darwin"
4748
- platform: "macos-latest"
4849
args: "--target x86_64-apple-darwin"
50+
target: "x86_64-apple-darwin"
4951
- platform: "ubuntu-22.04"
5052
args: ""
5153
- platform: "windows-latest"
@@ -63,7 +65,7 @@ jobs:
6365
- name: Install Rust stable
6466
uses: dtolnay/rust-toolchain@stable
6567
with:
66-
targets: ${{ matrix.args && (matrix.args | regex_replace('.*--target\s+(\S+).*', '\1')) || '' }}
68+
targets: ${{ matrix.target || '' }}
6769

6870
- name: Install dependencies (Ubuntu only)
6971
if: matrix.platform == 'ubuntu-22.04'

0 commit comments

Comments
 (0)