Fix: change gz to zstd

This commit is contained in:
2025-07-28 01:55:44 +08:00
parent 1e05990bec
commit 995b06ea19

View File

@@ -84,7 +84,7 @@ runs:
echo "${{ inputs.gpg-password }}" | \ echo "${{ inputs.gpg-password }}" | \
/usr/lib/gnupg/gpg-preset-passphrase --preset "${{ inputs.gpg-keygrip }}" && \ /usr/lib/gnupg/gpg-preset-passphrase --preset "${{ inputs.gpg-keygrip }}" && \
repo-add --verify --sign \ repo-add --verify --sign \
"repo/${{ inputs.repo-name }}.db.tar.gz" *.pkg.tar.zst && \ "repo/${{ inputs.repo-name }}.db.tar.zst" *.pkg.tar.zst && \
mv *.pkg.tar.zst *.pkg.tar.zst.sig repo mv *.pkg.tar.zst *.pkg.tar.zst.sig repo
killall -u "$(id -un)" gpg-agent || true killall -u "$(id -un)" gpg-agent || true