Skip to content

Commit

Permalink
Update move_built.sh to always get a version description and move bui…
Browse files Browse the repository at this point in the history
…lds to versioned output directory
  • Loading branch information
nullchinchilla committed Aug 12, 2024
1 parent e02ab76 commit 9566282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion move_built.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
git fetch --tags
git fetch
git checkout master
VERSION=$(git describe)
VERSION=$(git describe --always)
mkdir -p ./OUTPUT/$VERSION/
mv ./target/x86_64-unknown-linux-musl/release/geph4-client ./OUTPUT/$VERSION/geph4-client-linux-amd64
mv ./target/x86_64-unknown-linux-gnu/release/geph4-vpn-helper ./OUTPUT/$VERSION/geph4-vpn-helper-linux-amd64
Expand Down

0 comments on commit 9566282

Please sign in to comment.