Skip to content

Commit

Permalink
Update build_debian.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Nov 16, 2023
1 parent 2a26d39 commit ccaef6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccaef6f

Please sign in to comment.