Skip to content

Commit aad194d

Browse files
committed
Fix to wingetcreate script
1 parent 2f89228 commit aad194d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ extends:
264264
# Install gh
265265
# TODO: Change this to get the latest version of gh
266266
Write-Host "Installing gh..."
267-
$tempDir = $(Agent.TempDirectory)
267+
$tempDir = "$(Agent.TempDirectory)"
268268
Write-Host "TempDir: $tempDir"
269269
Invoke-WebRequest -Uri "https://github.com/cli/cli/releases/download/v2.83.1/gh_2.83.1_windows_amd64.zip" -OutFile "$tempdir\gh.zip"
270270
Expand-Archive "$tempdir\gh.zip" -DestinationPath "$tempDir\gh"

0 commit comments

Comments
 (0)