From f06d0591f956a2ffab17e4dedd4add603592a29d Mon Sep 17 00:00:00 2001 From: "J. Fronny" <33260128+JFronny@users.noreply.github.com> Date: Wed, 11 Dec 2019 16:53:54 +0100 Subject: [PATCH] Use new name in build script --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2483223..fdd2aaa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: $xml.load("Meta.xml") $xml.meta.Hash = $(Get-FileHash .\Release.zip).Hash $xml.meta.Version = $asmver - $xml.meta.File = "https://github.com/CreepyCrafter24/UpTool2/raw/master/Release.zip" + $xml.meta.File = "https://github.com/JFronny/UpTool2/raw/master/Release.zip" $xml.save("Meta.xml") # Some copy/pasted code to remove the UTF-8 BOM $FilePath=$(pwd).Path + "\Meta.xml"