diff options
author | Teddy Wing | 2017-07-08 22:52:49 +0200 |
---|---|---|
committer | Teddy Wing | 2017-07-08 22:52:49 +0200 |
commit | 8c4a6171c29165c25ad5eab215e1c85828c29f8b (patch) | |
tree | 431e591914ad189e190ab71d77818cc57764d625 /release.sh | |
parent | 81f99ed009a56a19e6e9422f1803ee8f0a9e39b7 (diff) | |
download | timetasker-8c4a6171c29165c25ad5eab215e1c85828c29f8b.tar.bz2 |
release.sh: Add Bash completion file to release archives
Avoids having to download the completion file manually from the repo.
Diffstat (limited to 'release.sh')
-rw-r--r-- | release.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -30,6 +30,8 @@ for target in $TARGETS; do GOARCH="$arch" \ go build -v - tar cjvf "timetasker_${VERSION}_${os}_${arch}.tar.bz2" timetasker + tar cjvf "timetasker_${VERSION}_${os}_${arch}.tar.bz2" \ + timetasker \ + timetasker.bash-completion mv "timetasker_${VERSION}_${os}_${arch}.tar.bz2" dist done |