fix pipeline, st comment
This commit is contained in:
parent
83fcd2df74
commit
bc399dcde7
|
@ -120,7 +120,7 @@ jobs:
|
|||
run: |
|
||||
echo '${{ secrets.XBPS_SIGNING_KEY }}' >"/tmp/privkey.pem"
|
||||
|
||||
for package in $(echo "$HOME"/hostdir/binpkgs/*.${{ matrix.config.arch }}.xbps | cut -d ' ' -f 1); do
|
||||
for package in $(echo "$HOME"/hostdir/binpkgs/*.${{ matrix.config.arch }}.xbps); do
|
||||
XBPS_ARCH="${{ matrix.config.arch }}" XBPS_PASSPHRASE="${{ secrets.XBPS_SIGNING_PASSPHRASE }}" xbps-rindex --privkey "/tmp/privkey.pem" --sign-pkg --signedby "${{ env.MAINTAINER }}" "$package"
|
||||
for item in "$package" "${package}.sig2"; do
|
||||
curl -X PUT --digest -u "${{ vars.XBPS_WEBDAV_USER }}:${{ secrets.XBPS_WEBDAV_KEY }}" -T "${item}" "https://xbps.snaile.de/$(basename $item)"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Template file for 'st'
|
||||
# Template file for 'st-custom'
|
||||
pkgname=st-custom
|
||||
version=2024.5.2
|
||||
revision=1
|
||||
|
|
Loading…
Reference in New Issue