Merge pull request #3 from adafruit/tannewt-patch-2

Fix release file path
This commit is contained in:
deanm1278 2018-03-27 17:31:25 -04:00 committed by GitHub
commit 3e2e8e1ab1
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: