Make uploaded build ZIPs publicly readable

This commit is contained in:
Dan Stillman 2017-06-06 04:28:36 -04:00
parent 294102b27d
commit a80d29d917

View file

@ -43,7 +43,7 @@ deploy:
skip_cleanup: true
local-dir: build-zip
upload-dir: client
acl: private
acl: public-read
on:
repo: zotero/zotero
condition: "$FX_VERSION = 54.0b"