Skip to content

Commit

Permalink
Add missing install/remove scripts to rpm/deb packages (#13045)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendpclark authored Nov 4, 2021
1 parent 2a6a3c5 commit 714232b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ jobs:
binary: "dist/${{ env.PKG_NAME }}"
deb_depends: "openssl"
rpm_depends: "openssl"
preinstall: ".release/linux/preinst"
postinstall: ".release/linux/postinst"
postremove: ".release/linux/postrm"
- name: Add Package names to env
run: |
echo "RPM_PACKAGE=$(basename out/*.rpm)" >> $GITHUB_ENV
Expand Down

0 comments on commit 714232b

Please sign in to comment.