Skip to content

Commit

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

SKALE-3427 add multiple files
  • Loading branch information
olehnikolaiev authored Oct 26, 2020
2 parents 0bf7d32 + 397d126 commit ae7bbae
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,15 @@ matrix:
deploy:
- provider: releases
api_key: "$GITHUB_OAUTH_TOKEN"
file: "build/bls_glue"
file: "build/verify_bls"
file: "build/hash_g1"
file: {"build/bls_glue", "build/verify_bls", "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"
file: {"build/bls_glue", "build/verify_bls", "build/hash_g1"}
skip_cleanup: true
prerelease: true
name: $VERSION
Expand Down

0 comments on commit ae7bbae

Please sign in to comment.