Skip to content

Commit

Permalink
Redo the deb package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tino097 committed Aug 6, 2024
1 parent 4b23d02 commit d82e7f0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish-deb-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ jobs:
needs: analyze-tags
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Debian Build
uses: ebbflow-io/[email protected]
- name: Install Cargo Deb
run: cargo install cargo-deb

- name: Build Debian Package
run: cargo deb

- name: Upload Debian Package
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit d82e7f0

Please sign in to comment.