Skip to content

Commit

Permalink
Fix path (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
sungam3r authored Nov 1, 2020
1 parent 9c35160 commit b49eec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
name: Nuget packages
path: |
out/*
src/out/*
- name: Publish Nuget packages to GitHub registry
working-directory: src
run: dotnet nuget push "out/*" -k ${{secrets.GITHUB_TOKEN}}

0 comments on commit b49eec6

Please sign in to comment.