We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490ca51 commit a0237aeCopy full SHA for a0237ae
1 file changed
.travis.yml
@@ -28,7 +28,7 @@ script:
28
- build.py --verbose --pack TGZ --config ${CONFIG}
29
30
before_deploy:
31
- - export FILE_TO_UPLOAD=$(ls _builds/default-Release/Foo-*.tar.gz)
+ - export FILE_TO_UPLOAD=$(ls _builds/*/Foo-*.tar.gz)
32
33
deploy:
34
provider: releases
0 commit comments