From a80d29d917fd4221ee8bc96a944af6ac9618966c Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 6 Jun 2017 04:28:36 -0400 Subject: [PATCH] Make uploaded build ZIPs publicly readable --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6411a32ee..36e90b6ff 100644 --- 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"