Skip to content

Commit 7a7694b

Browse files
committed
Fix universal2 release workflow
1 parent 53bb64b commit 7a7694b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
# set SDKROOT for C dependencies like ring and bzip2
101101
export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
102102
rustup target add aarch64-apple-darwin
103-
cargo run -- build --release -b bin -o dist --universal2 --features password-storage
103+
cargo run -- build --release -b bin -o dist --target universal2-apple-darwin --features password-storage
104104
105105
- name: Archive binary (windows)
106106
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)