diff --git a/.travis.yml b/.travis.yml index 0969af41e..7616e8153 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,8 +51,10 @@ deploy: secure: HheYiv6c8ipHzMZBTH7xcKrOwCllvJTtfiTffAPK6XubWe3Kudn6IJUv0p1gmRhWXxZ5ciJQ/sgiCRGTRm/bubHs4tS7JOmpmoTdkrXajTxyyDCKpxhtT43nie0vNF+pWqVu2yOjhDR4pwtWjpQdzEKOz0kn0XSMT+vGsKQD50w= overwrite: true skip_cleanup: true + file_glob: true file: - - stream*.zip + - stream.zip + - stream-$TRAVIS_TAG.zip on: tags: true condition: "$WP_RELEASE = 1"