Maybe automatic updates are now done

This commit is contained in:
CreepyCrafter24 2019-11-14 17:57:54 +01:00 committed by GitHub
parent c8b7226b0d
commit 3f9627e072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ jobs:
$xml = New-Object XML
$xml.load("Meta.xml")
$xml.meta.Hash = $(Get-FileHash .\Release.zip).Hash
$asm = $Env:GITHUB_WORKSPACE\UpTool2\bin\Release\UpTool2.exe
$xml.meta.Version = $([Reflection.Assembly]::Loadfile($asm).GetName().version.ToString())
$xml.meta.File = "https://github.com/CreepyCrafter24/UpTool2/raw/master/Release.zip"
$xml.save("Meta.xml")
- uses: matheusalbino/git-commit@v1.0.1
with: