From 70a149381841bd42ce9dd27da7593fa505bc97d4 Mon Sep 17 00:00:00 2001 From: sumanthkb44 <84563853+sumanthkb44@users.noreply.github.com> Date: Thu, 6 Jun 2024 18:20:50 +0530 Subject: [PATCH] Update compile.yml (#168) --- .github/workflows/compile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index c371db16..cf58b345 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -129,8 +129,8 @@ jobs: - name: Create Nuget Packages id: createNupkg run: | - nuget pack CA.nuspec -Version 6.2.0 - Write-Host "::set-output name=nupkg-LicenseClearingTool::continuous-clearing.6.2.0.nupkg" + nuget pack CA.nuspec -Version 6.2.1 + Write-Host "::set-output name=nupkg-LicenseClearingTool::continuous-clearing.6.2.1.nupkg" - name: Archive NuGet Packages uses: actions/upload-artifact@v2