ci: test again >>
Some checks failed
repod / xml (push) Successful in 17s
repod / php (push) Successful in 56s
repod / nodejs (push) Successful in 2m7s
repod / release (push) Failing after 2m48s

This commit is contained in:
Michel Roux 2024-01-15 22:15:49 +01:00
parent 3ca404bae8
commit 414ffebcff

View File

@ -45,7 +45,7 @@ jobs:
- run: npm run build
release:
if: gitea.ref_type == 'tag'
#if: gitea.ref_type == 'tag'
runs-on: ubuntu-latest
container: nextcloud:28
steps:
@ -71,14 +71,15 @@ jobs:
echo "SIGNATURE=$(openssl dgst -sha512 -sign /tmp/repod.key build/artifacts/repod.tar.gz | openssl base64)" >> $GITHUB_OUTPUT
env:
KEYFILE: ${{ secrets.KEYFILE }}
- uses: akkuman/gitea-release-action@v1
with:
files: |
build/artifacts/repod.tar.gz
#- uses: akkuman/gitea-release-action@v1
# with:
# files: |
# build/artifacts/repod.tar.gz
- uses: actionsflow/axios@v1
with:
url: https://apps.nextcloud.com/api/v1/apps/releases
method: POST
accept: 200,201
# accept: 200,201
headers: '{ "Authorization": "Token <<<${{ secrets.TOKEN }}>>>" }'
data: '{ "download": "https://git.crystalyx.net/Xefir/repod/releases/download/latest/repod.tar.gz", "signature": "<<<${{ steps.dist.outputs.SIGNATURE }}>>>" }'
- run: echo ${{ steps.api.outputs.data }}