mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 12:37:24 +01:00
Merge pull request #1644 from tgstation/WingetFixAttempt2 [TGSDeploy]
v5.15.1: Fix mkdir call
This commit is contained in:
@@ -4,7 +4,7 @@ $ErrorActionPreference="Stop"
|
||||
|
||||
$tgsVersion = $versionXML.Project.PropertyGroup.TgsCoreVersion
|
||||
|
||||
mkdir artifacts
|
||||
New-Item artifacts -ItemType Directory -ErrorAction SilentlyContinue
|
||||
$previousProgressPreference = $ProgressPreference
|
||||
$ProgressPreference = 'SilentlyContinue'
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user