Skip to content

Commit

Permalink
Merge pull request #116 from siemens/development
Browse files Browse the repository at this point in the history
Continuous Clearing Release V6.0.1 +semver: patch
  • Loading branch information
karthika-g authored Jan 25, 2024
2 parents 51eaa76 + b7d2e5d commit 4089434
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 4089434

Please sign in to comment.