Skip to content

Commit

Permalink
Fix universal2 release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed May 23, 2023
1 parent 53bb64b commit 7a7694b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
# set SDKROOT for C dependencies like ring and bzip2
export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
rustup target add aarch64-apple-darwin
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
- name: Archive binary (windows)
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 7a7694b

Please sign in to comment.