Skip to content

copy_artifacts

Piotr Sękara edited this page May 29, 2020 · 2 revisions

Description

Used to copy artifacts which arose during Highway work.

Parameters

Name Description Required Type Default
path Path where artifacts should be copied. True String -

Example

report:
  default:
    - copy_artifacts:
        path: $(ENV:BITRISE_DEPLOY_DIR)

Clone this wiki locally