bug bash endpoint needs to use generated release name

This commit is contained in:
thelamer 2019-12-07 17:48:46 -08:00
parent fefdd3e273
commit fd5eba8401
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ jobs:
secret_access_key: $AWS_SECRET_ACCESS_KEY
bucket: $BUCKET_LIVE
local_dir: s3out
upload-dir: $TRAVIS_TAG
upload-dir: $RELEASE_TAG
skip_cleanup: true
on:
branch: RC

View file

@ -1 +1 @@
1.9.3
1.9.4