Skip to content

Commit

Permalink
CI release tweaks (#2262)
Browse files Browse the repository at this point in the history
* Create draft release on iOS tag builds

* Store AAR artifacts from android release CI builds
  • Loading branch information
matteblair authored Apr 19, 2021
1 parent eff88f3 commit 62a27f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ jobs:
key: android-release-ccache-v2-{{ .Branch }}-{{ .Environment.CIRCLE_SHA1 }}
paths:
- ~/.ccache
- store_artifacts:
path: platforms/android/tangram/build/outputs/aar/tangram-release.aar
build-ios:
executor: macos-executor
steps:
Expand Down Expand Up @@ -159,7 +161,7 @@ jobs:
# Upload and publish the Cocoapods archive to GitHub. The download URL on GitHub uses the file name, labels have no effect.
- run: brew install gh
- run: mv ~/pod.zip ~/tangram-ios-<< pipeline.git.tag >>.zip
- run: gh release upload << pipeline.git.tag >> ~/tangram-ios-<< pipeline.git.tag >>.zip
- run: gh release create << pipeline.git.tag >> --draft ~/tangram-ios-<< pipeline.git.tag >>.zip
- run: ccache --show-stats
- save_cache:
key: ios-release-ccache-v1-{{ .Branch }}-{{ .Environment.CIRCLE_SHA1 }}
Expand Down

0 comments on commit 62a27f0

Please sign in to comment.