Include failure message on upload

This commit is contained in:
Chris Roberts 2022-07-28 16:36:09 -07:00
parent 11fa561c3e
commit 8c1b59c2b1

View File

@ -36,4 +36,5 @@ wrap zip vagrant-go vagrant-go \
"Failed to compress go binary"
# Store the binary asset
wrap aws s3 cp vagrant-go.zip "${ASSETS_PRIVATE_BUCKET}/${repository}/vagrant-go-main.zip"
wrap aws s3 cp vagrant-go.zip "${ASSETS_PRIVATE_BUCKET}/${repository}/vagrant-go-main.zip" \
"Failed to store Vagrant Go main build"