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 a984d73 commit 5f0a276
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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-TEST
name: SourceGrid
path: |
*.nupkg
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 5f0a276

Please sign in to comment.