Skip to content

Commit ccce804

Browse files
authored
Merge pull request #10 from koenbeuk/updated-ci
Fixed CI issue
2 parents a9e4d54 + b67731a commit ccce804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/upload-artifact@v2
5151
with:
5252
name: nupkg
53-
path: ./dist/*.nupkg
53+
path: ./nupkg/*.nupkg
5454

5555
build-samples:
5656
strategy:

0 commit comments

Comments
 (0)