mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix yaml issue
This commit is contained in:
committed by
Samuel Attard
parent
3643ce5f85
commit
1c728876e6
@@ -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
|
||||
|
||||
step-ffmpeg-store: &step-ffmpeg-store
|
||||
- store_artifacts:
|
||||
path: src/out/ffmpeg/ffmpeg.zip
|
||||
destination: ffmpeg.zip
|
||||
store_artifacts:
|
||||
path: src/out/ffmpeg/ffmpeg.zip
|
||||
destination: ffmpeg.zip
|
||||
|
||||
step-setup-linux-for-headless-testing: &step-setup-linux-for-headless-testing
|
||||
run:
|
||||
|
||||
Reference in New Issue
Block a user