mirror of
https://github.com/2e3s/awatcher.git
synced 2025-06-02 09:30:20 +00:00
Fix missing package
This commit is contained in:
parent
cfcbdca306
commit
9f215c4d76
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user