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 9b6edb9 commit b5df5b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on: push

jobs:
build-debs:
runs-on: ubuntu-latest
runs-on: debian-latest
steps:
- name: Build Debian packages
uses: jtdor/build-deb-action@v1.7.0
8 changes: 8 additions & 0 deletions .github/workflows/package-ubuntu-deb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
on: push

jobs:
build-debs:
runs-on: ubuntu-latest
steps:
- name: Build Ubuntu packages
uses: jtdor/build-deb-action@v1.7.0

0 comments on commit b5df5b8

Please sign in to comment.