From b68ddce5802549849088e58e07afb99b6df51ebe Mon Sep 17 00:00:00 2001 From: Krisztian Goedrei Date: Thu, 10 Sep 2015 11:23:11 +0200 Subject: [PATCH 1/2] output dir --- step.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step.yml b/step.yml index 975ee7db..21fd77f0 100644 --- a/step.yml +++ b/step.yml @@ -47,7 +47,7 @@ inputs: is_required: true is_expand: true is_dont_change_value: false - - output_dir: "./build" + - output_dir: "${BITRISE_DEPLOY_DIR}" opts: title: "Output directory path" summary: "" From 051c2d0238daa57e6944e1aec68dde06cd9465e9 Mon Sep 17 00:00:00 2001 From: Krisztian Goedrei Date: Thu, 10 Sep 2015 11:24:15 +0200 Subject: [PATCH 2/2] fix --- step.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step.yml b/step.yml index 21fd77f0..9e2c010c 100644 --- a/step.yml +++ b/step.yml @@ -47,7 +47,7 @@ inputs: is_required: true is_expand: true is_dont_change_value: false - - output_dir: "${BITRISE_DEPLOY_DIR}" + - output_dir: "$BITRISE_DEPLOY_DIR" opts: title: "Output directory path" summary: ""