mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-08-14 13:42:27 +00:00
Fix archive path for new Windows username
This commit is contained in:
parent
dd4b76d02a
commit
d4d5ffe403
|
|
@ -23,7 +23,7 @@ $ZipName = "LCEWindows64.zip"
|
||||||
$ServerReleaseTag = "Nightly-Dedicated-Server"
|
$ServerReleaseTag = "Nightly-Dedicated-Server"
|
||||||
$ServerReleaseDir = Join-Path $PSScriptRoot "build\Minecraft.Server\Release"
|
$ServerReleaseDir = Join-Path $PSScriptRoot "build\Minecraft.Server\Release"
|
||||||
$ServerZipName = "LCEServerWindows64.zip"
|
$ServerZipName = "LCEServerWindows64.zip"
|
||||||
$ArchiveRoot = "C:\Users\rexma\Documents\Minecraft\itsRevelaReleases"
|
$ArchiveRoot = "C:\Users\revela\Documents\Minecraft\itsRevelaReleases"
|
||||||
$ApiBase = "https://api.github.com/repos/$RepoOwner/$RepoName"
|
$ApiBase = "https://api.github.com/repos/$RepoOwner/$RepoName"
|
||||||
|
|
||||||
$Token = $env:GITHUB_TOKEN
|
$Token = $env:GITHUB_TOKEN
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue