ls
This commit is contained in:
parent
0fdb9e9336
commit
150a00e73f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci-windows.yaml
vendored
1
.github/workflows/ci-windows.yaml
vendored
|
|
@ -25,6 +25,7 @@ jobs:
|
|||
run: |
|
||||
curl.exe -o ffmpeg.zip https://github.com/yt-dlp/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip
|
||||
tar -xf ffmpeg.zip
|
||||
ls
|
||||
move "ffmpeg-master-latest-win64-gpl\bin\ffmpeg.exe" "ffmpeg.exe"
|
||||
move "ffmpeg-master-latest-win64-gpl\bin\ffprobe.exe" "ffprobe.exe"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue