We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53bb64b commit 7a7694bCopy full SHA for 7a7694b
.github/workflows/release.yml
@@ -100,7 +100,7 @@ jobs:
100
# set SDKROOT for C dependencies like ring and bzip2
101
export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
102
rustup target add aarch64-apple-darwin
103
- cargo run -- build --release -b bin -o dist --universal2 --features password-storage
+ cargo run -- build --release -b bin -o dist --target universal2-apple-darwin --features password-storage
104
105
- name: Archive binary (windows)
106
if: matrix.os == 'windows-latest'
0 commit comments