Skip to content

Commit 450ec66

Browse files
authored
Merge pull request #13 from AlanCS/feature/ImprovingWorkflow
updating changelog
2 parents 13509ea + c7f4984 commit 450ec66

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pipeline.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
if: ${{ success() }} # run this step even if previous steps failed
7373
uses: actions/upload-artifact@v2
7474
with:
75-
name: Nuget package
75+
name: NugetPackage
7676
path: SystemTestingTools*.nupkg
7777
retention-days: 7
7878
if-no-files-found: error
@@ -82,9 +82,8 @@ jobs:
8282
if: github.event_name == 'release'
8383
runs-on: ubuntu-latest
8484
steps:
85-
- name: Download artifact from previous job
86-
uses: actions/download-artifact@v2
85+
- uses: actions/download-artifact@v2
8786
with:
88-
name: Nuget package
87+
name: NugetPackage
8988
- name: Push to NuGet Feed
9089
run: dotnet nuget push ./*.nupkg --source $NUGET_FEED --skip-duplicate --api-key $NUGET_KEY

0 commit comments

Comments
 (0)