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