Skip to content

Commit

Permalink
Merge pull request #141 from instaclustr/fix_binary_release
Browse files Browse the repository at this point in the history
Fix binary release and release ATSC 0.7.1
  • Loading branch information
rukai authored Dec 4, 2024
2 parents 0050622 + 11643bd commit bd31d5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion atsc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atsc"
version = "0.7.0"
version = "0.7.1"
authors = ["Carlos Rolo <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion atsc/release/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ cp ../../target/release/atsc atsc
# extract the crate version from Cargo.toml
CRATE_VERSION="$(cargo metadata --format-version 1 --offline --no-deps | jq -c -M -r '.packages[] | select(.name == "atsc") | .version')"
tar -cvzf out.tar.gz atsc
mv out.tar.gz atsc-linux_amd64-${CRATE_VERSION}.tar.gz
mv out.tar.gz ../../atsc-linux_amd64-${CRATE_VERSION}.tar.gz

rm -rf atsc

0 comments on commit bd31d5f

Please sign in to comment.