Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prasenjeetnath authored Oct 16, 2023
1 parent aa062fb commit 21ca538
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,18 @@ jobs:
name: sourcegrid
path: |
out/sourcegrid
- name: Create Nuget Packages
id: createNupkg
run: |
nuget pack CA.nuspec -Version 1.0.0
Write-Host "::set-output name=nupkg-LicenseClearingTool::TEST.1.0.0.nupkg"
- name: Archive NuGet Packages
uses: actions/upload-artifact@v2
with:
name: nuget-TEST
path: |
*.nupkg

0 comments on commit 21ca538

Please sign in to comment.