Fix signer secret

This commit is contained in:
Marty Oehme 2025-03-04 10:58:11 +01:00
parent 0718cda511
commit 11c51273d0
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -65,7 +65,7 @@ jobs:
run: |
export PATH="/tmp/bin:/opt/xbps/usr/bin/:$PATH"
xbps-rindex -r $PWD
xbps-rindex -s --signedby <(printf '%s' "${{ secrets.SIGNER }}") --privkey <(printf '%s' "${{ secrets.PRIV_KEY }}") $PWD
xbps-rindex -s --signedby "${{ secrets.SIGNER }}" --privkey <(printf '%s' "${{ secrets.PRIV_KEY }}") $PWD
xbps-rindex -S --privkey <(printf '%s' "${{ secrets.PRIV_KEY }}") $PWD/*.xbps
xbps-rindex -c $PWD