release: Fix pacman package

This commit is contained in:
世界
2026-02-26 22:08:57 +08:00
parent 9c2cdc7203
commit 9d6dee7451
2 changed files with 24 additions and 1 deletions

View File

@@ -373,7 +373,7 @@ jobs:
sudo gem install fpm
sudo apt-get update
sudo apt-get install -y libarchive-tools
cp .fpm_systemd .fpm
cp .fpm_pacman .fpm
fpm -t pacman \
-v "$PKG_VERSION" \
-p "dist/sing-box_${{ needs.calculate_version.outputs.version }}_${{ matrix.os }}_${{ matrix.pacman }}.pkg.tar.zst" \