Skip to content

Commit

Permalink
Add an x86_64 binary to releases built by Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
phlummox authored Dec 15, 2017
1 parent 695ec52 commit f4a6c20
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,16 @@ before_deploy:
cp $distdir/$SRC_TGZ .;
fi
- ls -al "$SRC_TGZ"; true
- cp ~/.local/bin/hup .
- tar cf hup_x86_64.tgz --gzip hup
- ls -al hup_x86_64.tgz


deploy:
provider: releases
file: "$SRC_TGZ"
file:
- "$SRC_TGZ"
- hup_x86_64.tgz
skip_cleanup: true
# overwrite: true
api_key:
Expand Down

0 comments on commit f4a6c20

Please sign in to comment.