Add build script
This commit is contained in:
2
build.sh
Normal file
2
build.sh
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
GOOS=windows GOARCH=amd64 go build -o cln.exe .
|
||||||
|
GOOS=linux GOARCH=amd64 go build -o cln .
|
@@ -16,8 +16,8 @@ fi
|
|||||||
echo "Tag: $TAG"
|
echo "Tag: $TAG"
|
||||||
|
|
||||||
echo "Building the thing..."
|
echo "Building the thing..."
|
||||||
go build .
|
sh build.sh
|
||||||
go install .
|
sh install.sh
|
||||||
|
|
||||||
echo "Creating a release..."
|
echo "Creating a release..."
|
||||||
TOKEN="$GITEA_API_KEY"
|
TOKEN="$GITEA_API_KEY"
|
||||||
|
Reference in New Issue
Block a user