Skip to content

Commit

Permalink
Merge pull request #21 from siemens/prasenjeetnath-patch-3-1
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
prasenjeetnath authored Nov 23, 2023
2 parents 6c3c492 + 34f12f5 commit 4bb45b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
id: createNupkg
run: |
nuget pack .nuget\SourceGrid.nuspec -Version $($env:GitVersion_MajorMinorPatch)
Write-Host "::set-output name=nupkg-sourcegrid::siemens.sourcegrid.v$($env:GitVersion_MajorMinorPatch).nupkg"
Write-Host "::set-output name=nupkg-sourcegrid::siemens.sourcegrid.$($env:GitVersion_MajorMinorPatch).nupkg"
- name: Archive NuGet Packages
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 4bb45b9

Please sign in to comment.