Skip to content

Commit

Permalink
Don't store path in the zip files for releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgmsft committed Jan 30, 2019
1 parent 500c4eb commit 2e7b9b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions travis_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [[ ${TRAVIS_GO_VERSION} == 1.11* ]]; the
go build -o linux/ethr -ldflags "-X main.gVersion=$TRAVIS_TAG"
export GOOS=darwin
go build -o osx/ethr -ldflags "-X main.gVersion=$TRAVIS_TAG"
zip ethr_windows.zip windows/ethr.exe
zip ethr_linux.zip linux/ethr
zip ethr_osx.zip osx/ethr
zip -j ethr_windows.zip windows/ethr.exe
zip -j ethr_linux.zip linux/ethr
zip -j ethr_osx.zip osx/ethr
fi

0 comments on commit 2e7b9b0

Please sign in to comment.