ci: fix dist
Some checks failed
repod / xml (push) Successful in 29s
repod / php (push) Successful in 1m16s
repod / nodejs (push) Successful in 2m16s
repod / release (push) Failing after 2m51s

This commit is contained in:
Michel Roux 2024-01-15 21:40:32 +01:00
parent 409503e441
commit 5849e12127

View File

@ -64,9 +64,10 @@ jobs:
node-version: ${{ steps.versions.outputs.nodeVersion }}
- run: npm i -g npm@${{ steps.versions.outputs.npmVersion }}
- id: dist
name: dist
run: |
make dist
echo $KEYFILE > /tmp/repod.key
echo "$KEYFILE" > /tmp/repod.key
echo SIGNATURE=$(openssl dgst -sha512 -sign /tmp/repod.key build/artifacts/repod.tar.gz | openssl base64) >> $GITHUB_OUTPUT
env:
KEYFILE: ${{ secrets.KEYFILE }}