Fixing macos CI build

This commit is contained in:
Igor Katson 2024-08-08 09:03:37 +01:00
parent 00e7a90624
commit b090736bbc
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -69,9 +69,9 @@ jobs:
- name: Build release OSX universal binary
run: rustup target install aarch64-apple-darwin &&
cargo build --profile release-github &&
cargo build --profile release-github --target x86_64-apple-darwin &&
cargo build --profile release-github --target aarch64-apple-darwin &&
lipo ./target/release-github/rqbit ./target/aarch64-apple-darwin/release-github/rqbit -create -output ./target/artifacts/rqbit-osx-universal
lipo ./target/x86_64-apple-darwin/release-github/rqbit ./target/aarch64-apple-darwin/release-github/rqbit -create -output ./target/artifacts/rqbit-osx-universal
- uses: softprops/action-gh-release@v1
with:
generate_release_notes: true