diff --git a/wercker.yml b/wercker.yml index 7f9bd375598..7db6c5261f6 100644 --- a/wercker.yml +++ b/wercker.yml @@ -39,8 +39,8 @@ build: - script: name: create packages code: | - mkdir dist - touch dist/my_file.txt + mkdir $WERCKER_SOURCE_DIR/dist + touch $WERCKER_SOURCE_DIR/dist/my_file.txt - s3sync: key-id: $AWS_S3_KEY