Skip to content

Commit

Permalink
use version in filename
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Aug 14, 2019
1 parent 86b56eb commit 4bb017f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o $MAINDIR/built-release/conc
cd -
header "Create artifact"
cd built-release
tar czf concoursebot-linux-dev.tar.gz concoursebot
tar czf concoursebot-linux-${VERSION}.tar.gz concoursebot

0 comments on commit 4bb017f

Please sign in to comment.