Skip to content

Commit

Permalink
found mismatched case of artifacts names in deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewton76 committed Jan 9, 2019
1 parent 34b4f88 commit c606387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ after_test:

artifacts:
- path: 'src/CommandLine/bin/Release/*.nupkg'
name: NugetPackages
name: NuGetPackages

on_failure:
- cmd: |
Expand All @@ -42,7 +42,7 @@ deploy:
- provider: GitHub
auth_token:
secure: hVyVwHl0JiVq0VxXB4VMRWbUtrGclIzadfnWFcWCQBLvbgMLahLBnWlwGglT63pZ
artifact: NugetPackage
artifact: 'NuGetPackages'
prerelease: false
force_update: true #fsharp package runs as separate build job, so have to force_update to add fsharp.nuget added
on:
Expand Down

0 comments on commit c606387

Please sign in to comment.