Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Add debian package test to release process
Browse files Browse the repository at this point in the history
  • Loading branch information
baluchicken committed Apr 22, 2024
1 parent 1516415 commit 25b82ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Build camblet-driver Debian package
run: make deb

- name: Test camblet-driver Debian package
run: sudo apt install -y ../camblet-driver_${{github.ref_name}}_all.deb

- name: Build camblet-driver RedHat package
run: make rpm

Expand Down

0 comments on commit 25b82ad

Please sign in to comment.