Debugging xml not writing

This commit is contained in:
J. Fronny 2019-12-20 15:32:23 +01:00 committed by GitHub
parent a8dde0c008
commit febdcbae58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -51,9 +51,11 @@ jobs:
cat Meta.xml
$xml = New-Object XML
$xml.load("Meta.xml")
echo $xml.meta
$xml.meta.Hash = $(Get-FileHash $Env:GITHUB_WORKSPACE\Release.zip).Hash
$xml.meta.Version = "${{ steps.base_init.outputs.vers }}"
$xml.meta.File = "${{ steps.upload_release_asset.outputs.browser_download_url }}"
echo $xml.meta
$xml.save("Meta.xml")
cat Meta.xml
echo "Removing UTF-8 BOM"