From f11d98dc81426601bbe9948b8ad2490598347e0c Mon Sep 17 00:00:00 2001 From: Luca Corbatto Date: Fri, 12 Mar 2021 14:57:47 +0100 Subject: [PATCH] Hotfixes ci release build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3368f90..1a19b51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ script: - go test -race -coverprofile=coverage.txt -covermode=atomic -v ./... - mkdir -p build/ &>/dev/null - pushd cmd/yapscan - - go build -trimpath -o ../../build/yapscan + - go build -trimpath -o ../../cicd/build/yapscan - popd - pushd cicd/ - ./crossBuildForWindows.sh