Skip to content

Commit e7a6b72

Browse files
committed
version 0.0.5 fix artifacts download
1 parent 9aaa55a commit e7a6b72

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bitrise.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
format_version: "11"
22
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
3+
issue_tracker_url: https://discord.gg/gm3mJwcNw8
34

45
app:
56
envs:
67
# If you want to share this step into a StepLib
78
- BITRISE_STEP_ID: device-cloud-for-maestro
8-
- BITRISE_STEP_VERSION: "0.0.4"
9+
- BITRISE_STEP_VERSION: "0.0.5"
910
- BITRISE_STEP_GIT_CLONE_URL: https://github.com/devicecloud-dev/bitrise-integration.git
1011
- MY_STEPLIB_REPO_FORK_GIT_URL: [email protected]:devicecloud-dev/bitrise-integration.git
1112

step.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ ${android_api_level:+--android-api-level "$android_api_level"} \
8181
${android_device:+--android-device "$android_device"} \
8282
${is_async:+--async} \
8383
${device_locale:+--device-locale "$device_locale"} \
84-
${download_artifacts:+--download-artifacts} \
84+
${download_artifacts:+--download-artifacts "$download_artifacts"} \
8585
${exclude_flows:+--exclude-flows "$exclude_flows"} \
8686
${exclude_tags:+--exclude-tags "$exclude_tags"} \
8787
${is_google_play:+--google-play} \

0 commit comments

Comments
 (0)