Skip to content

Commit

Permalink
change wagu to wagyu in travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amousa11 committed Aug 1, 2019
1 parent f6f3fee commit 6035336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -42,8 +42,8 @@ script:

before_deploy:
- |
name="wagu-$TRAVIS_TAG-$TARGET"
mv target/$TARGET/release/wagu $name
name="wagyu-$TRAVIS_TAG-$TARGET"
mv target/$TARGET/release/wagyu $name
tar czvf $name.tar.gz $name
echo -n $(shasum -ba 256 "$name.tar.gz" | cut -d " " -f 1) > $name.tar.gz.sha256
Expand Down

0 comments on commit 6035336

Please sign in to comment.