Skip to content

Commit

Permalink
rebuild pod zip in release (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
hborawski authored Aug 1, 2022
1 parent da71c66 commit 6337a79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ jobs:
root: .
paths:
- .ios-build-number
- bazel-bin/PlayerUI_Pod.zip

- store_artifacts:
path: bazel-bin/PlayerUI_Pod.zip
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export CIRCLE_CI_ZIP=$($(dirname -- "$0")/parseArtifactJson.js /tmp/$CIRCLE_BUIL


# Rebuild to stamp the release podspec
bazel build --config=release //:PlayerUI_Podspec
bazel build --config=release //:PlayerUI_Podspec //:PlayerUI_Pod

# Push the podspec to cocoapods, verifying against the zip in the iOS stage artifacts
# so there is a URL to verify
Expand Down

0 comments on commit 6337a79

Please sign in to comment.