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 908c68d commit 9bd9ae0Copy full SHA for 9bd9ae0
action.yml
@@ -129,7 +129,6 @@ runs:
129
echo "NUGET_API_KEY=${{ inputs.nuget-api-key }}" >> $GITHUB_ENV
130
echo "ARTIFACT_PATH=./packages" >> $GITHUB_ENV
131
echo "NUGET_SOURCE=${{ inputs.nuget-source }}" >> $GITHUB_ENV
132
- exit 1
133
- name: Download package
134
if: ${{ env.SKIP == 'false' }}
135
uses: actions/download-artifact@v4
0 commit comments