Skip to content

Commit 91f2bb0

Browse files
authored
Change artifact upload path for nupkg files
Updated the path for uploading build artifacts to include all nupkg files.
1 parent d4dd059 commit 91f2bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/upload-artifact@v4
4040
with:
4141
name: BuildArtifacts
42-
path: Kerberos.NET/bin/Release/**/*.nupkg
42+
path: ./**/*.nupkg
4343

4444
sign:
4545
needs: build

0 commit comments

Comments
 (0)