Skip to content

Commit b9f5b22

Browse files
committed
Updated download file
1 parent 6f78161 commit b9f5b22

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ script:
33
- make test
44
- make build-all
55
before_deploy:
6-
- curl https://github.com/lindell/travis-golang-release-boilerplate/releases/download/0.5.0/github-releaser-travis -L --output github-releaser && chmod +x github-releaser
6+
- curl https://github.com/lindell/github-release-cli/releases/download/0.2.2/github-releaser-travis -L --output github-releaser && chmod +x github-releaser
77
- export BODY=$(envsubst < ./assets/CHANGELOG.md)
88
- export FILES=bin/*
99
deploy:

assets/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
```yaml
55
before_deploy:
6-
- curl https://github.com/lindell/travis-golang-release-boilerplate/releases/download/$TRAVIS_TAG/github-release -L --output github-releaser && chmod +x github-releaser
7-
- export BODY=$(cat ./CHANGELOG.md)
8-
- export FILES=bin/*
6+
- curl https://github.com/lindell/github-release-cli/releases/download/$TRAVIS_TAG/github-releaser-travis -L --output github-releaser && chmod +x github-releaser
7+
- export BODY=$(envsubst < ./CHANGELOG.md)
8+
- export FILES=release-files/*
99
deploy:
1010
provider: script
1111
script: ./github-releaser

0 commit comments

Comments
 (0)