Skip to content

Commit

Permalink
fix release maker
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Dein committed Jan 23, 2023
1 parent b72a997 commit 195f685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkrel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ for D in $DIST; do
tardir="${tool}-${os}-${arch}-${version}"
tarfile="releases/${tool}-${os}-${arch}-${version}.tar.gz"
set -x
GOOS=${os} GOARCH=${arch} go build -o ${binfile} -ldflags "-X 'github.com/tlinden/tablizer/lib.VERSION=${version}'"
GOOS=${os} GOARCH=${arch} go build -o ${binfile} -ldflags "-X 'github.com/tlinden/tablizer/cfg.VERSION=${version}'"
mkdir -p ${tardir}
cp ${binfile} README.md LICENSE ${tardir}/
echo 'tool = tablizer
Expand Down

0 comments on commit 195f685

Please sign in to comment.