Skip to content

Commit c606387

Browse files
committed
found mismatched case of artifacts names in deployments
1 parent 34b4f88 commit c606387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ after_test:
3131

3232
artifacts:
3333
- path: 'src/CommandLine/bin/Release/*.nupkg'
34-
name: NugetPackages
34+
name: NuGetPackages
3535

3636
on_failure:
3737
- cmd: |
@@ -42,7 +42,7 @@ deploy:
4242
- provider: GitHub
4343
auth_token:
4444
secure: hVyVwHl0JiVq0VxXB4VMRWbUtrGclIzadfnWFcWCQBLvbgMLahLBnWlwGglT63pZ
45-
artifact: NugetPackage
45+
artifact: 'NuGetPackages'
4646
prerelease: false
4747
force_update: true #fsharp package runs as separate build job, so have to force_update to add fsharp.nuget added
4848
on:

0 commit comments

Comments
 (0)