Add build script

This commit is contained in:
2025-10-01 13:21:08 +02:00
parent b53628e698
commit ca57ee728e
2 changed files with 4 additions and 2 deletions

View File

@@ -16,8 +16,8 @@ fi
echo "Tag: $TAG"
echo "Building the thing..."
go build .
go install .
sh build.sh
sh install.sh
echo "Creating a release..."
TOKEN="$GITEA_API_KEY"