Skip to content

Commit 5518b9b

Browse files
committed
Add travis tag to artifact name to publish artifact on GH.
1 parent 5bd3749 commit 5518b9b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ script:
77
- .travis/run.sh
88

99
before_deploy:
10+
- tar cvf graphkb-$TRAVIS_TAG.tar.gz web/build go-graphkb importer-csv
1011
- echo Deploying GraphKB $TRAVIS_TAG to GitHub Releases
1112
deploy:
1213
provider: releases

.travis/run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ pushd web && npm ci && npm run build && popd
66
go build -o go-graphkb cmd/go-graphkb/main.go
77
go build -o importer-csv cmd/importer-csv/main.go
88

9-
tar cvf graphkb.tar.gz web/build go-graphkb importer-csv

0 commit comments

Comments
 (0)