Skip to content

Commit

Permalink
Merge pull request #113 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 27, 2020
2 parents ae7bbae + 84a99f0 commit adf9682
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ matrix:
branch: master
- provider: releases
api_key: "$GITHUB_OAUTH_TOKEN"
file: {"build/bls_glue", "build/verify_bls", "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 adf9682

Please sign in to comment.