Maybe fix crash

This commit is contained in:
J. Fronny 2019-12-19 21:45:32 +01:00 committed by GitHub
parent 2c6913da24
commit 904c4c235e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ jobs:
$xml.load("Meta.xml")
$xml.meta.Hash = $(Get-FileHash .\Release.zip).Hash
$xml.meta.Version = ${{ steps.base_init.outputs.vers }}
$xml.meta.File = ${{ steps.upload_release_asset.outputs.browser_download_url }}
$xml.meta.File = "${{ steps.upload_release_asset.outputs.browser_download_url }}"
$xml.save("Meta.xml")
rm Release.zip
# Some copy/pasted code to remove the UTF-8 BOM