From 743a8f004d8eb3d2528e231bf43aa649cf1ffc44 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Thu, 19 Mar 2020 22:49:33 +0200 Subject: [PATCH] Include the tagged version, too --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"