commit a80d29d917fd4221ee8bc96a944af6ac9618966c parent 294102b27db7df8716686a92473765b3d34dbc18 Author: Dan Stillman <dstillman@zotero.org> Date: Tue, 6 Jun 2017 04:28:36 -0400 Make uploaded build ZIPs publicly readable Diffstat:
| M | .travis.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml @@ -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"