Avoid including macOS and linux playwright binaries in release zip
This commit is contained in:
parent
eea0af0d82
commit
acc2aea459
@ -57,6 +57,10 @@ jobs:
|
||||
cp /home/rhys/ffmpeg/ffmpeg-7.1.1-essentials_build/bin/ffprobe.exe .
|
||||
cp /home/rhys/ffmpeg/ffmpeg-7.1.1-essentials_build/LICENSE LICENSE.ffmpeg
|
||||
|
||||
echo "➤ Remove unneeded playwright binaries"
|
||||
rm -rf .playwright/node/darwin*
|
||||
rm -rf .playwright/node/linux*
|
||||
|
||||
echo "➤ Creating release zip"
|
||||
zip -r ../OFDLV${{ steps.version.outputs.version }}.zip OF\ DL.exe e_sqlite3.dll rules.json config.conf cdm chromium-scripts .playwright playwright.ps1 ffmpeg.exe ffprobe.exe LICENSE.ffmpeg
|
||||
cd ..
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user