File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,20 @@ before_install:
1111- gem install cocoapods # Since Travis is not always on latest version
1212- pod install --project-directory=Example
1313
14- after_success :
14+ before_deploy :
1515- ./build.sh
1616
1717deploy :
18- skip_cleanup : true
19- provider : script
20- script : ./Tools/push.sh
21- on :
22- tags : true
18+ - provider : script
19+ script : ./Tools/push.sh
20+ on :
21+ tags : true
22+ - provider : releases
23+ api_key :
24+ secure : $GITHUB_TOKEN
25+ file : Leanplum.framework.zip
26+ skip_cleanup : true
27+ draft : true
28+ on :
29+ tags : true
30+
Original file line number Diff line number Diff line change @@ -220,6 +220,7 @@ build_ios_dylib() {
220220zip_ios_dylib () {
221221 cd " ${RELEASE_DIR} "
222222 zip -r Leanplum.framework.zip Leanplum.framework
223+ mv Leanplum.framework.zip " $SDK_DIR "
223224}
224225# ######################################
225226# Builds the dynamic library tvOS target.
You can’t perform that action at this time.
0 commit comments