Skip to content

Commit

Permalink
right binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
japesinator committed Jul 12, 2018
1 parent 497bf3e commit 36e614f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/attach-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else
echo "Attaching binary for $TRAVIS_OS_NAME to $TRAVIS_TAG..."
OWNER="$(echo "$TRAVIS_REPO_SLUG" | cut -f1 -d/)"
REPO="$(echo "$TRAVIS_REPO_SLUG" | cut -f2 -d/)"
BIN="$(stack path --local-install-root)/bin/$REPO"
BIN="$(stack path --local-install-root)/bin/echidna-test"
BUNDLE_NAME="$REPO-$TRAVIS_TAG-$TRAVIS_OS_NAME.tar.gz"
cp "$BIN" "./$REPO"
chmod +x "./$REPO"
Expand Down

0 comments on commit 36e614f

Please sign in to comment.