Skip to content

Commit

Permalink
Fix binary release (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Dec 5, 2024
1 parent 5a40ec0 commit d754774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shotover-proxy/build/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ cp -r ../config shotover
# extract the crate version from Cargo.toml
CRATE_VERSION="$(cargo metadata --format-version 1 --offline --no-deps | jq -c -M -r '.packages[] | select(.name == "shotover-proxy") | .version')"
tar -cvzf out.tar.gz shotover
mv out.tar.gz shotover-proxy-linux_amd64-${CRATE_VERSION}.tar.gz
mv out.tar.gz ../../shotover-proxy-linux_amd64-${CRATE_VERSION}.tar.gz

rm -rf shotover

0 comments on commit d754774

Please sign in to comment.