mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Update build_debian.yaml
This commit is contained in:
parent
2a26d39867
commit
ccaef6f14b
1 changed files with 0 additions and 1 deletions
1
.github/workflows/build_debian.yaml
vendored
1
.github/workflows/build_debian.yaml
vendored
|
@ -57,7 +57,6 @@ jobs:
|
||||||
- name: Build deb package
|
- name: Build deb package
|
||||||
run: |
|
run: |
|
||||||
VERSION=$(cat package.json | jq -r .version)
|
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-gencontrol -v"$VERSION" -ldebian/tmp/DEBIAN/changelog
|
||||||
dpkg-deb -Zxz --root-owner-group --build debian/tmp element-web.deb
|
dpkg-deb -Zxz --root-owner-group --build debian/tmp element-web.deb
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue