Fix creating output directory

This commit is contained in:
John Maguire 2019-10-02 18:03:49 +01:00
parent 0c5143a542
commit 9bf8e75a41
No known key found for this signature in database
GPG Key ID: CA8D1932E0EA6EBA
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ commands:
steps:
- run:
name: Create artifact output directory
command: mkdir -p /tmp/artifacts
command: mkdir -p /tmp/artifacts/<< parameters.build >>
- run:
name: Copy deb to artifacts directory
command: cp bin/clementine_*.deb /tmp/artifacts/<< parameters.build >>/