From 35b18b61eac286b97db712dd0be827bd0f636ec5 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Fri, 18 Mar 2022 09:40:30 -0500 Subject: [PATCH] changes output file name in compile statment --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 89de0c6..8059900 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -97,7 +97,7 @@ sonar.go.coverage.reportPaths=cover.out fi apk add --no-cache libusb-dev gcc g++ musl-dev pkgconfig go install -v ./... - GOOS=linux GOARCH=amd64 go build -v -ldflags="-s -w" -tags timetzdata -o tplink ./cmd/go-temper + GOOS=linux GOARCH=amd64 go build -v -ldflags="-s -w" -tags timetzdata -o go-temper ./cmd/go-temper upx --lzma go-temper """ }