Skip to content

Commit

Permalink
fix(docs): fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingandyyy committed Apr 19, 2022
1 parent 628158a commit 4bef8ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ export package_name=$(basename $REPO_DIR)

(
set -x
go build $REPO_DIR/cmd/main.go
go build -o $REPO_DIR/bin/$package_name $REPO_DIR/cmd/main.go
)
mv $REPO_DIR/main $REPO_DIR/bin/$package_name

0 comments on commit 4bef8ca

Please sign in to comment.