[chore] change target builds to deb, rpm, and pacman

This commit is contained in:
silentrald
2024-10-25 13:34:24 +08:00
parent fd30709af9
commit cb121a9442
2 changed files with 13 additions and 2 deletions
+3
View File
@@ -20,6 +20,9 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Install dependencies for rpm and pacman
run: sudo apt-get install -y rpm libarchive-tools
- name: Use Node.js
uses: actions/setup-node@v4
with: