Print a copy paste manifest string
This commit is contained in:
parent
82b43a58ec
commit
3187b872b9
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user