Skip to content

Commit 190e2ed

Browse files
authored
Merge pull request #5 from ElanHasson/change_artifact_name
change artifact name to NuGets
2 parents 5d00fd7 + 685c5e7 commit 190e2ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: "Publish Artifacts"
5151
uses: actions/upload-artifact@v3.1.0
5252
with:
53-
name: ${{matrix.os}}
53+
name: NuGets
5454
path: "./Artifacts"
5555

5656
push-github-packages:
@@ -67,7 +67,7 @@ jobs:
6767
- name: "Download Artifact"
6868
uses: actions/download-artifact@v3.0.0
6969
with:
70-
name: "windows-latest"
70+
name: NuGets
7171
- name: "Dotnet NuGet Add Source"
7272
run: dotnet nuget add source https://nuget.pkg.github.com/ElanHasson/index.json --name GitHub --username ElanHasson --password ${{secrets.GH_TOKEN}}
7373
shell: pwsh
@@ -87,7 +87,7 @@ jobs:
8787
- name: "Download Artifact"
8888
uses: actions/download-artifact@v3.0.0
8989
with:
90-
name: "windows-latest"
90+
name: NuGets
9191
- name: "Dotnet NuGet Push"
9292
run: |
9393
Get-ChildItem .\ -Filter *.nupkg |

0 commit comments

Comments
 (0)