We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4dd059 commit 91f2bb0Copy full SHA for 91f2bb0
.github/workflows/dotnet.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: actions/upload-artifact@v4
40
with:
41
name: BuildArtifacts
42
- path: Kerberos.NET/bin/Release/**/*.nupkg
+ path: ./**/*.nupkg
43
44
sign:
45
needs: build
0 commit comments