We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be00225 commit 7fd3419Copy full SHA for 7fd3419
.github/workflows/publish.yml
@@ -25,4 +25,4 @@ jobs:
25
uses: './.github/actions/dotnet/nuget'
26
with:
27
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
28
- packages-directory: '${{steps.download.outputs.download-path}}/${{ inputs.environment }}'
+ packages-directory: '${{steps.download.outputs.download-path}}'
0 commit comments