Skip to content

Commit

Permalink
fix for file to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Jef Spaleta committed Dec 4, 2018
1 parent fa3998f commit d81c0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ deploy:
after_deploy:
- travis/generate-sha512sum.sh
- cat "dist/sha512_file"
- travis/github-release-upload.sh github_api_token=$GITHUB_TOKEN repo_slug="$TRAVIS_REPO_SLUG" tag="${TRAVIS_TAG}" filename="$(cat dist/sha512_file)"
- travis/github-release-upload.sh github_api_token=$GITHUB_TOKEN repo_slug="$TRAVIS_REPO_SLUG" tag="${TRAVIS_TAG}" filename="dist/$(cat dist/sha512_file)"

env:
global:
Expand Down

0 comments on commit d81c0ba

Please sign in to comment.