Skip to content

Commit

Permalink
Merge pull request #1 from adafruit/tannewt-patch-1
Browse files Browse the repository at this point in the history
Use an absolute location for the release artifacts
  • Loading branch information
kattni authored Mar 5, 2018
2 parents 7a5058f + 3795976 commit 368a9d8
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 @@ -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:
Expand Down

0 comments on commit 368a9d8

Please sign in to comment.