From f0571c2bc2d7cc7c85848bb7038b34a2180fa85e Mon Sep 17 00:00:00 2001 From: Adis Durakovic Date: Fri, 15 Mar 2024 13:06:38 +0100 Subject: [PATCH] chore: workflow --- build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sh b/build.sh index 58b477e..cb05269 100755 --- a/build.sh +++ b/build.sh @@ -5,8 +5,6 @@ if [ -z "$VERSION" ]; then VERSION=$(git describe --tags) fi -echo $VERSION -exit BUILD=$(date +%FT%T%z) LD_FLAGS="-X main.Version=$VERSION -X main.Build=$BUILD" wails=$(which wails)