From b7d2e5d33da12e1300e5663d4dc5e1c507d32f47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karthika=20Geethanand=20=20=C2=AF=5C=5F=28=E3=83=84=29=5F/?= =?UTF-8?q?=C2=AF?= <40568919+karthika-g@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:31:49 +0530 Subject: [PATCH] Update compile.yml --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 15c41068..5c7e2f6b 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -139,7 +139,7 @@ jobs: id: createNupkg run: | nuget pack CA.nuspec -Version $($env:GitVersion_MajorMinorPatch) - Write-Host "::set-output name=nupkg-LicenseClearingTool::continuous-clearing$($env:GitVersion_MajorMinorPatch).nupkg" + Write-Host "::set-output name=nupkg-LicenseClearingTool::continuous-clearing.$($env:GitVersion_MajorMinorPatch).nupkg" - name: Archive NuGet Packages uses: actions/upload-artifact@v2