Fix: change gz to zstd
This commit is contained in:
@@ -84,7 +84,7 @@ runs:
|
||||
echo "${{ inputs.gpg-password }}" | \
|
||||
/usr/lib/gnupg/gpg-preset-passphrase --preset "${{ inputs.gpg-keygrip }}" && \
|
||||
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
|
||||
|
||||
killall -u "$(id -un)" gpg-agent || true
|
||||
|
||||
Reference in New Issue
Block a user