Compare commits

...

9 Commits

Author SHA1 Message Date
80cda0b8b5 Merge pull request 'Add missing folders to the release' (#151) from whimsical-c4lic0/OF-DL:add-missing-files-to-release into master
All checks were successful
Publish Docker image / Build and push Docker image to Gitea Registry (push) Successful in 20m36s
Publish release zip / build (push) Successful in 43s
Reviewed-on: #151
2026-02-27 13:28:57 +00:00
acc2aea459 Avoid including macOS and linux playwright binaries in release zip 2026-02-27 02:14:30 -06:00
eea0af0d82 Add missing playwright files to release zip 2026-02-27 02:02:26 -06:00
6c054454ed Add cdm and chromium-scripts contents to release zip 2026-02-27 01:37:21 -06:00
b5be1f350b merge upstream 2026-02-27 04:29:37 +00:00
fe941bb540 merge upstream 2026-02-20 16:57:31 +00:00
d81a4d60f9 Merge remote-tracking branch 'sim0n00ps/master'
# Conflicts:
#	OF DL.Core/Services/DownloadService.cs
2026-02-19 12:26:37 -06:00
846b80a6c9 Merge branch 'detect-free-and-paid-single-posts'
# Conflicts:
#	OF DL.Core/Services/DownloadService.cs
2026-02-18 04:35:52 -06:00
605fbbda69 Merge branch 'fix-custom-filename-formats'
# Conflicts:
#	OF DL.Core/Services/DownloadService.cs
2026-02-18 04:35:01 -06:00

View File

@ -57,8 +57,12 @@ 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 ../OFDLV${{ steps.version.outputs.version }}.zip OF\ DL.exe e_sqlite3.dll rules.json config.conf cdm chromium-scripts ffmpeg.exe ffprobe.exe LICENSE.ffmpeg
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 ..
- name: Create release and upload artifact