Skip to content

Commit ef1db7e

Browse files
committed
Update CircleCI config.yml: correct path of ffmpeg config.log
1 parent ea82fab commit ef1db7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ defaults: &defaults
1919
name: Copy error report
2020
command: |
2121
mkdir -p build_logs/ffmpeg;
22-
cp build_scripts/ffmpeg-$FFMPEG_VERSION/config.log build_logs/ffmpeg/ || true;
22+
cp ffmpeg-$FFMPEG_VERSION/config.log build_logs/ffmpeg/ || true;
2323
when: on_fail
2424
- store_artifacts:
2525
path: build_logs

0 commit comments

Comments
 (0)