Skip to content

Commit

Permalink
fix travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhson1085 committed Mar 3, 2020
1 parent d04d683 commit be6e511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- stage: Github release
go: '1.12.x'
script:
- GOARCH=amd64 GOOS=linux go build -o ./build/bin/tomo-$TRAVIS_TAG.linux.amd64 -v ./cmd/tomo
- GOARCH=amd64 GOOS=linux go build -o ./build/bin/tomo-linux-amd64 -v ./cmd/tomo
deploy:
provider: releases
api_key: $GITHUB_TOKEN
Expand Down

0 comments on commit be6e511

Please sign in to comment.