Skip to content

Commit

Permalink
revert erroneous description changes (#70)
Browse files Browse the repository at this point in the history
* revert erroneous description changes

* refine description
  • Loading branch information
lszucs authored Feb 14, 2020
1 parent e19792c commit 2f27597
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,13 @@ inputs:
category: Export Config
title: "Test APK file include filter"
description: |
One filter per line. The step will **not** copy the generated APK files that match these filters into the Bitrise Deploy Directory.
You can use this filter to avoid moving unaligned and/or unsigned apk files.
If you specify an empty filter, every APK file (selected by `apk_file_include_filter`) will be copied.
The step will copy the generated apk files that match this filter into the Bitrise Deploy Directory.
Example:
Do not copy the test APK file if its filename contains `unaligned`:
Copy every APK if its filename contains Test, like (./app/build/outputs/apk/app-debug-androidTest-unaligned.apk):
```
*unaligned*.apk
*Test*.apk
```
- test_apk_file_exclude_filter: ""
opts:
Expand Down

0 comments on commit 2f27597

Please sign in to comment.