Skip to content

Commit

Permalink
packaging workflow - test
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed Jun 11, 2023
1 parent b5df5b8 commit 5341104
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/package-debian-deb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ jobs:
build-debs:
runs-on: debian-latest
steps:
- uses: actions/checkout@v3
- name: Build Debian packages
uses: jtdor/[email protected]
with:
buildpackage-opts: --build=binary --no-sign
3 changes: 3 additions & 0 deletions .github/workflows/package-ubuntu-deb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ jobs:
build-debs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Ubuntu packages
uses: jtdor/[email protected]
with:
buildpackage-opts: --build=binary --no-sign

0 comments on commit 5341104

Please sign in to comment.