From a01966fd39f3bd1c85ffeb8019ad2a053069b8c2 Mon Sep 17 00:00:00 2001 From: jmkiley Date: Fri, 7 Dec 2018 12:57:39 -0800 Subject: [ios] make deploy script executable --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index efdd07aaa9..a4b5f2c783 100644 --- a/circle.yml +++ b/circle.yml @@ -972,6 +972,7 @@ jobs: name: Build, package, and upload iOS release command: | export VERSION_TAG=${CIRCLE_TAG} + chmod +x platform/ios/scripts/deploy-packages-cn.sh platform/ios/scripts/deploy-packages-cn.sh - save-dependencies - collect-xcode-build-logs -- cgit v1.2.1