mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-20 22:10:35 -04:00
Disabling rpm creation to see if it fixes debian
This commit is contained in:
parent
334792a68c
commit
3f097d3f6b
18
.github/workflows/release.yml
vendored
18
.github/workflows/release.yml
vendored
@ -72,16 +72,16 @@ jobs:
|
||||
install -Dm 644 deployment/kyoo.tmpfiles pkg/usr/lib/tmpfiles.d/kyoo.conf
|
||||
install -Dm 755 deployment/postinst -t pkg/DEBIAN/
|
||||
install -Dm 755 deployment/postrm -t pkg/DEBIAN/
|
||||
- uses: jiro4989/build-rpm-action@v2
|
||||
with:
|
||||
package: kyoo
|
||||
package_root: pkg
|
||||
maintainer: Zoe Roux
|
||||
version: ${{env.version}}
|
||||
arch: x86_64
|
||||
# - uses: jiro4989/build-rpm-action@v2
|
||||
# with:
|
||||
# package: kyoo
|
||||
# package_root: pkg
|
||||
# maintainer: Zoe Roux
|
||||
# version: ${{env.version}}
|
||||
# arch: x86_64
|
||||
# requires: postgresql-server
|
||||
desc: ${{env.description}}
|
||||
summary: ${{env.description}}
|
||||
# desc: ${{env.description}}
|
||||
# summary: ${{env.description}}
|
||||
- uses: jiro4989/build-deb-action@v2
|
||||
with:
|
||||
package: kyoo
|
||||
|
Loading…
x
Reference in New Issue
Block a user