Skip to content

Commit a0237ae

Browse files
committed
Fix FILE_TO_UPLOAD calculation
1 parent 490ca51 commit a0237ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ script:
2828
- build.py --verbose --pack TGZ --config ${CONFIG}
2929

3030
before_deploy:
31-
- export FILE_TO_UPLOAD=$(ls _builds/default-Release/Foo-*.tar.gz)
31+
- export FILE_TO_UPLOAD=$(ls _builds/*/Foo-*.tar.gz)
3232

3333
deploy:
3434
provider: releases

0 commit comments

Comments
 (0)