release: Fix apt-get install

This commit is contained in:
世界 2025-04-25 09:07:41 +08:00
parent 787b5f1931
commit 03e8d029c2
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4

View File

@ -188,6 +188,7 @@ jobs:
run: |
set -xeuo pipefail
sudo gem install fpm
sudo apt-get update
sudo apt-get install -y debsigs
cp .fpm_systemd .fpm
fpm -t deb \
@ -226,6 +227,7 @@ jobs:
run: |-
set -xeuo pipefail
sudo gem install fpm
sudo apt-get update
sudo apt-get install -y libarchive-tools
cp .fpm_systemd .fpm
fpm -t pacman \