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 """ }