Removing debian file for the rpm build

This commit is contained in:
Zoe Roux 2021-04-12 23:42:49 +02:00
parent 7a08a51f38
commit 1cf9589930

View File

@ -85,6 +85,7 @@ jobs:
- name: Build rpm package
run: |
mkdir out
sudo rm -rf pkg/DEBIAN
rpmbuild -bb --buildroot $(pwd)/out --build-in-place deployment/kyoo.spec
tree -a
- name: Prepare arch package