pull/136/head
Andrew 3 years ago
parent d7628f659e
commit fd42b162ba

@ -54,11 +54,11 @@ jobs:
- name: Windows Build
if: matrix.os == 'windows-latest'
run: |
curl -LOk "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.0-latest-win64-gpl-6.0.zip"
Expand-Archive ffmpeg-n6.0-latest-win64-gpl-6.0.zip
curl -o ffmpeg.zip "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.0-latest-win64-gpl-6.0.zip"
Expand-Archive ffmpeg.zip
Copy-Item ffmpeg-n6.0-latest-win64-gpl-6.0\bin\ffmpeg.exe ffmpeg.exe
Remove-Item -Recurse -Force ffmpeg-n6.0-latest-win64-gpl-6.0
Remove-Item -Force ffmpeg-n6.0-latest-win64-gpl-6.0.zip
Remove-Item -Force ffmpeg.zip
npm i
npm run gh-windows
# - name: Upload Artifacts

Loading…
Cancel
Save