Fix yaml issue
This commit is contained in:
parent
3643ce5f85
commit
1c728876e6
1 changed files with 3 additions and 3 deletions
|
@ -226,9 +226,9 @@ step-verify-ffmpeg: &step-verify-ffmpeg
|
||||||
python electron/script/verify-ffmpeg.py --source-root "$PWD" --build-dir out/Default --ffmpeg-path out/ffmpeg
|
python electron/script/verify-ffmpeg.py --source-root "$PWD" --build-dir out/Default --ffmpeg-path out/ffmpeg
|
||||||
|
|
||||||
step-ffmpeg-store: &step-ffmpeg-store
|
step-ffmpeg-store: &step-ffmpeg-store
|
||||||
- store_artifacts:
|
store_artifacts:
|
||||||
path: src/out/ffmpeg/ffmpeg.zip
|
path: src/out/ffmpeg/ffmpeg.zip
|
||||||
destination: ffmpeg.zip
|
destination: ffmpeg.zip
|
||||||
|
|
||||||
step-setup-linux-for-headless-testing: &step-setup-linux-for-headless-testing
|
step-setup-linux-for-headless-testing: &step-setup-linux-for-headless-testing
|
||||||
run:
|
run:
|
||||||
|
|
Loading…
Reference in a new issue