ci: signature must be base64
This commit is contained in:
parent
28ff127a86
commit
01ecab3cb5
@ -76,7 +76,7 @@ jobs:
|
||||
files: |
|
||||
build/artifacts/repod.tar.gz
|
||||
- id: sign
|
||||
run: echo "SIGNATURE=$(cat build/artifacts/repod.sig)" >> $GITHUB_OUTPUT
|
||||
run: echo "SIGNATURE=$(cat build/artifacts/repod.sig | openssl base64 -A)" >> $GITHUB_OUTPUT
|
||||
- uses: actionsflow/axios@v1
|
||||
with:
|
||||
url: https://apps.nextcloud.com/api/v1/apps/releases
|
||||
|
Loading…
Reference in New Issue
Block a user