Skip to content

Commit

Permalink
ci: update workflow to generate deb and pkg packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmandMeppa committed Aug 10, 2024
1 parent c9fec2f commit 8ee45c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
Architecture: ${{ env.DEB_ARCH }}
Depends: libc6 (>= 2.14)
Maintainer: ${{ env.MAINTENER_NAME }} ${{ env.MAINTENER_EMAIL }}
Description: Wazuh Agent
A system tray application to monitor Wazuh Agent status." > ${{ env.APP_NAME }}_${{ env.APP_VERSION }}/DEBIAN/control
Description: Wazuh Agent Status
A system tray application to monitor Wazuh Agent status." > ${{ env.APP_NAME }}_${{ env.APP_VERSION }}/DEBIAN/control
- name: Build .deb package
run: dpkg-deb --build ${{ env.APP_NAME }}_${{ env.APP_VERSION }}
Expand Down

0 comments on commit 8ee45c2

Please sign in to comment.