Update build_debian.yaml
parent
2a26d39867
commit
ccaef6f14b
|
@ -57,7 +57,6 @@ jobs:
|
|||
- name: Build deb package
|
||||
run: |
|
||||
VERSION=$(cat package.json | jq -r .version)
|
||||
sudo chmod -R u=rw,go=r debian/tmp/usr/share/element-web/
|
||||
dpkg-gencontrol -v"$VERSION" -ldebian/tmp/DEBIAN/changelog
|
||||
dpkg-deb -Zxz --root-owner-group --build debian/tmp element-web.deb
|
||||
|
||||
|
|
Loading…
Reference in New Issue