Skip to content

Commit 115e3db

Browse files
committed
Update CircleCI config: correct workspace paths
1 parent d8188c3 commit 115e3db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ defaults: &defaults
2626
- persist_to_workspace:
2727
root: artifacts
2828
paths:
29-
- */full/ffmpeg
30-
- */lite/ffmpeg
29+
- "*/*/ffmpeg"
3130

3231
jobs:
3332
build_arm:

0 commit comments

Comments
 (0)