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 17, 2023
1 parent aa485b1 commit 9d657e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Archive NuGet Packages
uses: actions/upload-artifact@v2
with:
name: SourceGrid
name: nuget-SourceGrid
path: |
*.nupkg
Expand All @@ -89,7 +89,7 @@ jobs:
- name: Download Build Output
uses: actions/download-artifact@v2
with:
name: sourcegrid
name: nuget-sourcegrid

- name: Download NuGet Package
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 9d657e4

Please sign in to comment.