Skip to content

Commit b49eec6

Browse files
authored
Fix path (#86)
1 parent 9c35160 commit b49eec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
name: Nuget packages
4040
path: |
41-
out/*
41+
src/out/*
4242
- name: Publish Nuget packages to GitHub registry
4343
working-directory: src
4444
run: dotnet nuget push "out/*" -k ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)