Skip to content

Commit

Permalink
Merge pull request #110 from skalenetwork/enhancement/SKALE-3427-add-…
Browse files Browse the repository at this point in the history
…binaries-to-release

Enhancement/skale 3427 add binaries to release
  • Loading branch information
olehnikolaiev authored Oct 26, 2020
2 parents 02c575a + 58b6a57 commit 7488b6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,19 @@ matrix:
deploy:
- provider: releases
api_key: "$GITHUB_OAUTH_TOKEN"
file: "build/bls_glue"
file: "build/verify_bls"
file: "build/hash_g1"
skip_cleanup: true
name: $VERSION
on:
repo: $TRAVIS_REPO_SLUG
branch: master
- provider: releases
api_key: "$GITHUB_OAUTH_TOKEN"
file: "build/bls_glue"
file: "build/verify_bls"
file: "build/hash_g1"
skip_cleanup: true
prerelease: true
name: $VERSION
Expand Down

0 comments on commit 7488b6a

Please sign in to comment.