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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -75,9 +75,10 @@ jobs:
|
|||||||
append_body: true
|
append_body: true
|
||||||
body: |
|
body: |
|
||||||
---
|
---
|
||||||
sourceUrl: ${{ env.SOURCE_URL }}
|
"targetAbi": "10.9.0.0",
|
||||||
checksum: ${{ env.CHECKSUM }}
|
"sourceUrl": "${{ env.SOURCE_URL }}",
|
||||||
timestamp: ${{ env.TIMESTAMP }}
|
"checksum": "${{ env.CHECKSUM }}",
|
||||||
|
"timestamp": "${{ env.TIMESTAMP }}"
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user