Skip to content

Commit

Permalink
Merge pull request #77 from trailofbits/dev-build-bins
Browse files Browse the repository at this point in the history
describe should never fail
  • Loading branch information
japesinator authored Jul 12, 2018
2 parents 8fb1c07 + 2a06e13 commit 49a6980
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 @@ -21,5 +21,5 @@ else
tar -czf "$BUNDLE_NAME" "$REPO"
echo "SHA256:"
shasum -a 256 "$BUNDLE_NAME"
ghr -t "$GITHUB_TOKEN" -u "$OWNER" -r "$REPO" --replace "$(git describe --tags)" "$BUNDLE_NAME"
ghr -t "$GITHUB_TOKEN" -u "$OWNER" -r "$REPO" --replace "$(git describe --always)" "$BUNDLE_NAME"
fi

0 comments on commit 49a6980

Please sign in to comment.