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 a327702 commit c9fec2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
Priority: optional
Architecture: ${{ env.DEB_ARCH }}
Depends: libc6 (>= 2.14)
Maintainer: ${{ MAINTENER_NAME }} ${{ MAINTENER_EMAIL }}
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
Expand Down

0 comments on commit c9fec2f

Please sign in to comment.