Skip to content

Commit

Permalink
Use make in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
kesslern committed Oct 9, 2020
1 parent 1fd4296 commit 44b92f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
echo Creating release for dot-templater v$VERSION

mkdir dot-templater
cargo build --release
make release
cp target/release/dot-templater dot-templater/
tar czf dot-templater-$VERSION-linux-x64.tar.gz dot-templater
rm -rf dot-templater/

0 comments on commit 44b92f8

Please sign in to comment.