Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaoboy committed Jun 8, 2024
1 parent f3f0ec8 commit 0b5f0fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,10 @@ jobs:
cp ./mpv-easy/bundle/mpv-easy-es6.js ./mpy-easy-boa-windows/scripts-boa/mpv-easy-es6.js
mv ./mpy-easy-boa-windows/scripts/mpv-easy-config ./mpy-easy-boa-windows/scripts-boa/mpv-easy-config
mkdir -p ./mpy-easy-windows/yt-dlp
curl -o ./mpy-easy-windows/yt-dlp/yt-dlp https://github.com/yt-dlp/yt-dlp/releases/download/2024.05.27/yt-dlp.exe
wget -P ./mpy-easy-windows/yt-dlp yt-dlp https://github.com/yt-dlp/yt-dlp/releases/download/2024.05.27/yt-dlp.exe
wget -O ./mpv-win.7z https://github.com/zhongfly/mpv-winbuild/releases/download/2024-06-08-fe709c9/mpv-x86_64-v3-20240608-git-fe709c9.7z
curl -o ./mpv-win.7z https://github.com/zhongfly/mpv-winbuild/releases/download/2024-06-08-fe709c9/mpv-x86_64-v3-20240608-git-fe709c9.7z
7z x ./mpv-win.7z -o./mpy-easy-windows-full -y
cp -r ./mpy-easy-windows ./mpy-easy-windows-full/portable_config
Expand Down

0 comments on commit 0b5f0fe

Please sign in to comment.