Skip to content

Commit

Permalink
Improve packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Oct 13, 2024
1 parent 5d68010 commit 431ba65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ on:
jobs:

Debian:
uses: armbian/scripts/.github/workflows/pack-debian.yml@master
uses: armbian/scripts/.github/workflows/pack-debian.yml@main
with:
matrix: "all:jammy"
maintainer: "Igor Pecovnik <[email protected]>"
package: "armbian-configng"
package: "armbian-config"
licence: "GPL 2.0"
homepage: "https://www.armbian.com"
section: "default"
priority: "optional"
depends: "bash, jq, whiptail, sudo, procps, systemd, lsb-release, iproute2"
description: "Configng"
description: "Armbian config Next Generation"

secrets:
GPG_PRIVATE_KEY: ${{ secrets.GPG_KEY1 }}
Expand Down

0 comments on commit 431ba65

Please sign in to comment.