Skip to content

Commit f50bb5d

Browse files
Update main.yml
1 parent 80e7800 commit f50bb5d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
outputs:
1616
semver: ${{ steps.gitversion.outputs.semver }}
1717
sourcegrid: ${{ steps.packageBuildResults.outputs.sourcegrid }}
18-
nupkg-sourceGrid: ${{ steps.createNupkg.outputs.nupkg-Sourcegrid }}
18+
nupkg-sourceGrid: ${{ steps.createNupkg.outputs.nupkg-sourcegrid }}
1919

2020

2121
steps:
@@ -76,7 +76,7 @@ jobs:
7676
- name: Archive NuGet Packages
7777
uses: actions/upload-artifact@v2
7878
with:
79-
name: sourceGrid
79+
name: nuget-sourceGrid
8080
path: |
8181
*.nupkg
8282
@@ -94,7 +94,7 @@ jobs:
9494
- name: Download NuGet Package
9595
uses: actions/download-artifact@v2
9696
with:
97-
name: SourceGrid
97+
name: nuget-sourceGrid
9898

9999
- name: Debug
100100
run: |
@@ -131,8 +131,8 @@ jobs:
131131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
132132
with:
133133
upload_url: ${{ steps.create_release.outputs.upload_url }}
134-
asset_path: ./${{ needs.build.outputs.nupkg-SourceGrid }}
135-
asset_name: ${{ needs.build.outputs.nupkg-SourceGrid }}
134+
asset_path: ./${{ needs.build.outputs.nupkg-sourceGrid }}
135+
asset_name: ${{ needs.build.outputs.nupkg-sourceGrid }}
136136
asset_content_type: application/zip
137137

138138

0 commit comments

Comments
 (0)