mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-27 09:41:32 +01:00
Fix creating output directory
This commit is contained in:
parent
0c5143a542
commit
9bf8e75a41
@ -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 >>/
|
||||
|
Loading…
Reference in New Issue
Block a user