Skip to content

Commit

Permalink
Update compile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
karthika-g authored Jan 25, 2024
1 parent 31d37e3 commit b7d2e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7d2e5d

Please sign in to comment.