Skip to content

Commit

Permalink
Fix missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
2e3s committed Dec 24, 2024
1 parent cfcbdca commit 9f215c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ jobs:
file_glob: true
file: target/debian/awatcher*.deb

- run: cargo deb --variant=module
- name: Upload module deb to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file_glob: true
file: target/debian/aw-awatcher*.deb

- run: cargo generate-rpm --variant=bundle
- run: cargo generate-rpm --variant=module
- name: Upload bundle RPM to release
Expand Down

0 comments on commit 9f215c4

Please sign in to comment.