fix: simplify release workflow to build both packages efficiently

This commit is contained in:
tkmxqrdxddd
2026-03-17 21:32:15 +01:00
parent 45ac6d823c
commit e4aa0a92b3

View File

@@ -22,17 +22,9 @@ jobs:
sudo apt-get update
sudo apt-get install -y build-essential ffmpeg devscripts debhelper
- name: Build
- name: Build binary
run: make
- name: Create test input file
run: |
mkdir -p tests
ffmpeg -f lavfi -i testsrc=duration=1:size=128x72:rate=1 -c:v libx264 -t 1 tests/input.mp4 -y 2>/dev/null || touch tests/input.mp4
- name: Run Tests
run: make test
- name: Create DEB directory structure
run: |
mkdir -p debian/DEBIAN