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.
2 parents 13509ea + c7f4984 commit 450ec66Copy full SHA for 450ec66
.github/workflows/pipeline.yml
@@ -72,7 +72,7 @@ jobs:
72
if: ${{ success() }} # run this step even if previous steps failed
73
uses: actions/upload-artifact@v2
74
with:
75
- name: Nuget package
+ name: NugetPackage
76
path: SystemTestingTools*.nupkg
77
retention-days: 7
78
if-no-files-found: error
@@ -82,9 +82,8 @@ jobs:
82
if: github.event_name == 'release'
83
runs-on: ubuntu-latest
84
steps:
85
- - name: Download artifact from previous job
86
- uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v2
87
88
89
- name: Push to NuGet Feed
90
run: dotnet nuget push ./*.nupkg --source $NUGET_FEED --skip-duplicate --api-key $NUGET_KEY
0 commit comments