Skip to content

Commit 9fc3664

Browse files
committed
Add a name to the NuGet package artifact
Logs are really weird without a name: > Finished uploading artifact artifact. Reported size is 38159 bytes. There were 0 items that failed to upload > Artifact artifact has been successfully uploaded!
1 parent 018efc3 commit 9fc3664

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
id: dotnet-pack
3131
- uses: actions/upload-artifact@v2
3232
with:
33+
name: nuget-package-${{ matrix.os }}
3334
path: "**/*.nupkg"
3435
publish-release:
3536
runs-on: macos-latest

0 commit comments

Comments
 (0)