Print a copy paste manifest string

This commit is contained in:
TwistedUmbrellaX 2024-04-04 09:39:39 -04:00
parent 82b43a58ec
commit 3187b872b9

View File

@ -1,4 +1,4 @@
name: '10.9 Release Plugin'
name: 'Release Plugin'
on:
workflow_dispatch:
@ -75,9 +75,10 @@ jobs:
append_body: true
body: |
---
sourceUrl: ${{ env.SOURCE_URL }}
checksum: ${{ env.CHECKSUM }}
timestamp: ${{ env.TIMESTAMP }}
"targetAbi": "10.9.0.0",
"sourceUrl": "${{ env.SOURCE_URL }}",
"checksum": "${{ env.CHECKSUM }}",
"timestamp": "${{ env.TIMESTAMP }}"
draft: false
prerelease: false
env: