Skip to content

Commit 368a9d8

Browse files
authored
Merge pull request #1 from adafruit/tannewt-patch-1
Use an absolute location for the release artifacts
2 parents 7a5058f + 3795976 commit 368a9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ deploy:
1616
provider: releases
1717
api_key: $GITHUB_TOKEN
1818
file_glob: true
19-
file: bundles/*
19+
file: $TRAVIS_BUILD_DIR/bundles/*
2020
skip_cleanup: true
2121
overwrite: true
2222
on:

0 commit comments

Comments
 (0)