Skip to content

Commit

Permalink
Update build-debian-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamazi authored May 28, 2024
1 parent 934f94c commit f24d0e2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build-debian-package.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
- name: Build Debian package
uses: dawidd6/action-debian-package@v1
on: [push]

jobs:
build-debs:
runs-on: debian-latest
steps:
- uses: actions/checkout@v4
- uses: jtdor/build-deb-action@v1
with:
buildpackage-opts: --build=binary --no-sign

0 comments on commit f24d0e2

Please sign in to comment.