Skip to content

Commit

Permalink
Fix name of linux artifact in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
rlvoyer committed Dec 6, 2021
1 parent c99341c commit 6c1cc02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ build_searcher_artifacts() {
pushd mxtodo-searcher > /dev/null
cargo build --verbose --release --target=x86_64-unknown-linux-gnu
cargo build --verbose --release --target=x86_64-apple-darwin
cp x86_64-unknown-linux-gnu/release/libmxtodo_searcher.dylib release-artifacts/libmxtodo_searcher.x86_64-unknown-linux-gnu.dylib
cp x86_64-apple-darwin/release/libmxtodo_searcher.dylib release-artifacts/libmxtodo_searcher.x86_64-apple-darwin.dylib
cp target/x86_64-unknown-linux-gnu/release/libmxtodo_searcher.so release-artifacts/libmxtodo_searcher.x86_64-unknown-linux-gnu.so
cp target/x86_64-apple-darwin/release/libmxtodo_searcher.dylib release-artifacts/libmxtodo_searcher.x86_64-apple-darwin.dylib
popd > /dev/null && popd > /dev/null
}

Expand Down

0 comments on commit 6c1cc02

Please sign in to comment.