Skip to content

Commit 2e7b9b0

Browse files
committed
Don't store path in the zip files for releases.
1 parent 500c4eb commit 2e7b9b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

travis_build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [[ ${TRAVIS_GO_VERSION} == 1.11* ]]; the
1010
go build -o linux/ethr -ldflags "-X main.gVersion=$TRAVIS_TAG"
1111
export GOOS=darwin
1212
go build -o osx/ethr -ldflags "-X main.gVersion=$TRAVIS_TAG"
13-
zip ethr_windows.zip windows/ethr.exe
14-
zip ethr_linux.zip linux/ethr
15-
zip ethr_osx.zip osx/ethr
13+
zip -j ethr_windows.zip windows/ethr.exe
14+
zip -j ethr_linux.zip linux/ethr
15+
zip -j ethr_osx.zip osx/ethr
1616
fi
1717

0 commit comments

Comments
 (0)