Skip to content

Commit f4898fa

Browse files
committed
ci: don't publish symbols to github
1 parent f607223 commit f4898fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ after_test:
2020
artifacts:
2121
- path: '**\artifacts\nuget\*nupkg'
2222
name: NuGet
23-
- path: '**\artifacts\github\*nupkg'
23+
- path: '**\artifacts\github\*.nupkg'
2424
name: GitHub
2525

2626
deploy:

0 commit comments

Comments
 (0)