From bb2bcdc47f80ddb700ae700669a84a3fed659121 Mon Sep 17 00:00:00 2001 From: Joe Workman Date: Wed, 29 Nov 2023 14:36:52 -0700 Subject: [PATCH] # not $ in release pipeline --- .github/workflows/jcapi-powershell-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jcapi-powershell-release.yml b/.github/workflows/jcapi-powershell-release.yml index 53f559120..01bef5eb4 100644 --- a/.github/workflows/jcapi-powershell-release.yml +++ b/.github/workflows/jcapi-powershell-release.yml @@ -112,7 +112,7 @@ jobs: dotnet nuget add source "https://www.powershellgallery.com/api/v2/package" --name PSGallery # get nupkg artifact: $NupkgPath = (Get-ChildItem -Path:("./${{ matrix.sdkName }}/bin/nupkg/${{ matrix.sdkName }}*.nupkg")).FullName - $ validate package + # validate package $nupkgPath | Should -Exist Write-Host "Nupkg Artifact Restored: $nupkgPath" write-host "push ${{ matrix.sdkName }} to PSGallery"