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 b1252cc commit ed19cf6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
outputs:
semver: ${{ steps.gitversion.outputs.semver }}
sourcegrid: ${{ steps.packageBuildResults.outputs.sourcegrid }}
nupkg-SourceGrid: ${{ steps.createNupkg.outputs.nupkg-sourcegrid }}
nupkg-sourceGrid: ${{ steps.createNupkg.outputs.nupkg-sourcegrid }}


steps:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Archive NuGet Packages
uses: actions/upload-artifact@v2
with:
name: nuget-SourceGrid
name: sourceGrid
path: |
*.nupkg
Expand All @@ -94,7 +94,7 @@ jobs:
- name: Download NuGet Package
uses: actions/download-artifact@v2
with:
name: nuget-SourceGrid
name: sourceGrid

- name: Debug
run: |
Expand Down Expand Up @@ -131,8 +131,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./${{ needs.build.outputs.nupkg-SourceGrid }}
asset_name: ${{ needs.build.outputs.nupkg-SourceGrid }}
asset_path: ./${{ needs.build.outputs.nupkg-sourceGrid }}
asset_name: ${{ needs.build.outputs.nupkg-sourceGrid }}
asset_content_type: application/zip


Expand Down

0 comments on commit ed19cf6

Please sign in to comment.