Skip to content

Commit 631f397

Browse files
committed
Add name to artifact
1 parent 6cbd5c7 commit 631f397

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
run: dotnet test --no-restore --verbosity normal
3232
- uses: actions/upload-artifact@v6
3333
with:
34+
name: ${{github.event.repository.name}} NuGet
3435
path: ${{ github.workspace }}/**/bin/Release/*.nupkg

0 commit comments

Comments
 (0)