Skip to content

Commit

Permalink
Merge pull request #1644 from tgstation/WingetFixAttempt2 [TGSDeploy]
Browse files Browse the repository at this point in the history
v5.15.1: Fix mkdir call
  • Loading branch information
Cyberboss authored Aug 27, 2023
2 parents 22ebd52 + 422b392 commit 44205f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/package/winget/push_manifest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44205f3

Please sign in to comment.