We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149c3c2 commit 25d240dCopy full SHA for 25d240d
1 file changed
.github/actions/publish-nuget-package/action.yml
@@ -44,6 +44,7 @@ runs:
44
uses: actions/download-artifact@v5
45
with:
46
name: ${{ inputs.package-artifact-name }}
47
+ working-directory: ${{ inputs.working-directory }}
48
49
- if: ${{ inputs.nuget-feed-type == 'NuGet' }}
50
name: 'Add NuGet source'
0 commit comments