Add missing folders to the release #151

Merged
sim0n00ps merged 8 commits from whimsical-c4lic0/OF-DL:add-missing-files-to-release into master 2026-02-27 13:28:58 +00:00
Showing only changes of commit 6c054454ed - Show all commits

View File

@ -58,7 +58,7 @@ jobs:
cp /home/rhys/ffmpeg/ffmpeg-7.1.1-essentials_build/LICENSE LICENSE.ffmpeg
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 ffmpeg.exe ffprobe.exe LICENSE.ffmpeg
cd ..
- name: Create release and upload artifact