Skip to content

Commit 9f215c4

Browse files
committed
Fix missing package
1 parent cfcbdca commit 9f215c4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ jobs:
8181
file_glob: true
8282
file: target/debian/awatcher*.deb
8383

84+
- run: cargo deb --variant=module
85+
- name: Upload module deb to release
86+
uses: svenstaro/upload-release-action@v2
87+
with:
88+
repo_token: ${{ secrets.GITHUB_TOKEN }}
89+
file_glob: true
90+
file: target/debian/aw-awatcher*.deb
91+
8492
- run: cargo generate-rpm --variant=bundle
8593
- run: cargo generate-rpm --variant=module
8694
- name: Upload bundle RPM to release

0 commit comments

Comments
 (0)