This commit is contained in:
Jesse Bannon 2023-02-28 16:06:18 -08:00
parent 0fdb9e9336
commit 150a00e73f

View file

@ -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"