Skip to content

Commit d8188c3

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ defaults: &defaults
2626
- persist_to_workspace:
2727
root: artifacts
2828
paths:
29-
- $TARGET/full/ffmpeg
30-
- $TARGET/lite/ffmpeg
29+
- */full/ffmpeg
30+
- */lite/ffmpeg
3131

3232
jobs:
3333
build_arm:

0 commit comments

Comments
 (0)