Skip to content

Commit

Permalink
Add name to artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Epictek committed Sep 23, 2024
1 parent 3fe8be7 commit ab646e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
with:
name: packages
path: packages

publish-to-nuget:
Expand All @@ -42,6 +43,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: packages
path: packages
- name: Push to NuGet
run: |
dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit ab646e2

Please sign in to comment.