Skip to content

Commit 0185f44

Browse files
committed
Added android screenshots to artifacts
1 parent 0d72e90 commit 0185f44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
script:
6464
- cd example; screenshots
6565
# copy artifacts to cache for later deploy
66-
- tar cvzf $HOME/screenshots/screenshots.tar.gz ios/fastlane/screenshots
67-
- zip -r $HOME/screenshots/screenshots.zip ios/fastlane/screenshots
66+
- tar cvzf $HOME/screenshots/screenshots.tar.gz ios/fastlane/screenshots android/fastlane/metadata/android/*/images
67+
- zip -r $HOME/screenshots/screenshots.zip ios/fastlane/screenshots android/fastlane/metadata/android/*/images
6868
# save artifacts for later deploy of second artifact
6969
cache:
7070
directories:

0 commit comments

Comments
 (0)