Fix release file path

This commit is contained in:
Scott Shawcroft 2018-03-27 14:30:25 -07:00 committed by GitHub
parent da86932898
commit 4fd7fa9309
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ deploy:
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: bundles/*
file: $TRAVIS_BUILD_DIR/bundles/*
skip_cleanup: true
overwrite: true
on: