Do not delete Release.zip as changes will no longer be pushed

This commit is contained in:
J. Fronny 2019-12-20 13:39:21 +01:00 committed by GitHub
parent 9af0e9c44a
commit 9536c668ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,6 @@ jobs:
$xml.meta.Version = ${{ steps.base_init.outputs.vers }}
$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
$FilePath=$(pwd).Path + "\Meta.xml"
[System.IO.FileInfo] $file = Get-Item -Path $FilePath