Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Jun 3, 2019
1 parent 50b67a4 commit 66b5fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cache:
# yaml ref for deploying release binary to github
DEPLOY_TO_GITHUB: &DEPLOY_TO_GITHUB
before_deploy:
- name="lev-$TRAVIS_TAG-$OS-$ARCH"
- name="stack-tail-$TRAVIS_TAG-$OS-$ARCH"
- src=$(pwd)
- mkdir $name
- strip target/$TARGET/release/stack-tail
Expand Down

0 comments on commit 66b5fd6

Please sign in to comment.