output json for manifest

This commit is contained in:
Kilian von Pflugk 2024-05-18 21:34:33 +00:00 committed by TwistedUmbrellaX
parent cc7a5f9639
commit 51028d9efb

View File

@ -75,10 +75,16 @@ jobs:
append_body: true
body: |
---
"targetAbi": "10.8.4.0",
"sourceUrl": "${{ env.SOURCE_URL }}",
"checksum": "${{ env.CHECKSUM }}",
"timestamp": "${{ env.TIMESTAMP }}"
```json
{
"version": "${{ github.event.inputs.version }}",
"changelog": "- See the full changelog at [GitHub](https://github.com/jumoog/intro-skipper/blob/master/CHANGELOG.md)\n",
"targetAbi": "10.8.4.0",
"sourceUrl": "${{ env.SOURCE_URL }}",
"checksum": "${{ env.CHECKSUM }}",
"timestamp": "${{ env.TIMESTAMP }}"
}
```
draft: false
prerelease: false
env: