Update build_debian.yaml

pull/26616/head
Michael Telatynski 2023-11-16 09:18:24 +00:00 committed by GitHub
parent 2a26d39867
commit ccaef6f14b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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