Skip to content

Commit

Permalink
Set pkg-config-path
Browse files Browse the repository at this point in the history
  • Loading branch information
jawilson committed Nov 16, 2023
1 parent 37c75a9 commit a04bbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Generate NuGet packages
run: |
mkdir nupkgs
nuget.exe pack amazon-s3-gst-plugin.nuspec -Version ${{ steps.get_version.outputs.result }}.${{ github.run_number }} -OutputDirectory nupkgs
nuget.exe pack amazon-s3-gst-plugin.nuspec -Version ${{ steps.get_version.outputs.result }}.${{ github.run_number }} --pkg-config-path ${{ steps.setup_gstreamer.outputs.gstreamerPath }}\lib\pkgconfig -OutputDirectory nupkgs
- name: Publish
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit a04bbe5

Please sign in to comment.