Skip to content

Commit

Permalink
Fix nupkg path
Browse files Browse the repository at this point in the history
  • Loading branch information
charlescao460 committed Mar 28, 2024
1 parent 3d382ce commit 9cc8eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
run: msbuild /m /t:NetLibDirectshowCapture:pack /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}

- name: Publish
working-directory: NetLibDirectshowCapture/NetLibDirectshowCapture/bin/Release
working-directory: NetLibDirectshowCapture\bin\Release
run: nuget push "$(Get-ChildItem -Filter "*.nupkg")" ${{ secrets.NUGET_API_KEY }} -Source https://api.nuget.org/v3/index.json

0 comments on commit 9cc8eba

Please sign in to comment.