We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cbd5c7 commit 631f397Copy full SHA for 631f397
1 file changed
.github/workflows/build.yml
@@ -31,4 +31,5 @@ jobs:
31
run: dotnet test --no-restore --verbosity normal
32
- uses: actions/upload-artifact@v6
33
with:
34
+ name: ${{github.event.repository.name}} NuGet
35
path: ${{ github.workspace }}/**/bin/Release/*.nupkg
0 commit comments