ci: missing quotes
Some checks failed
repod / xml (push) Successful in 30s
repod / php (push) Successful in 57s
repod / nodejs (push) Successful in 1m46s
repod / release (push) Failing after 2m46s

This commit is contained in:
Michel Roux 2024-01-15 22:02:25 +01:00
parent 5849e12127
commit 3ca404bae8

View File

@ -68,7 +68,7 @@ jobs:
run: | run: |
make dist 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 echo "SIGNATURE=$(openssl dgst -sha512 -sign /tmp/repod.key build/artifacts/repod.tar.gz | openssl base64)" >> $GITHUB_OUTPUT
env: env:
KEYFILE: ${{ secrets.KEYFILE }} KEYFILE: ${{ secrets.KEYFILE }}
- uses: akkuman/gitea-release-action@v1 - uses: akkuman/gitea-release-action@v1