Fix missing package

This commit is contained in:
Demmie 2024-12-24 01:43:31 -05:00
parent cfcbdca306
commit 9f215c4d76
No known key found for this signature in database
GPG Key ID: B06DAA3D432C6E9A

View File

@ -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