Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Archive sourcemap for adhoc and release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
asutula committed Oct 1, 2018
1 parent 679e7bd commit 9daa939
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ jobs:
command: bundle exec fastlane adhoc
working_directory: android

- store_artifacts:
path: ./android/sourcemap.js

android-release:
environment:
LC_ALL: en_US.UTF-8
Expand Down Expand Up @@ -407,6 +410,9 @@ jobs:
- store_artifacts:
path: ./ios/TextilePhotos.ipa

- store_artifacts:
path: ./ios/sourcemap.js

ios-release:
macos:
xcode: "9.4.0"
Expand Down

0 comments on commit 9daa939

Please sign in to comment.