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 4141f76
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,19 @@ on:

jobs:

Armbian:
runs-on: ubuntu-latest
steps:
- name: Set Variable
run: echo "Armbian=armbian-config" >> $GITHUB_ENV

Debian:
uses: armbian/scripts/.github/workflows/pack-debian.yml@master
needs: "Armbian"
uses: armbian/scripts/.github/workflows/pack-debian.yml@main
with:
matrix: "all:jammy"
maintainer: "Igor Pecovnik <[email protected]>"
package: "armbian-configng"
package: "${{ env.Armbian }}"
licence: "GPL 2.0"
homepage: "https://www.armbian.com"
section: "default"
Expand Down

0 comments on commit 4141f76

Please sign in to comment.