Skip to content

Commit bc68d3f

Browse files
committed
Fixed artifacts pattern in Appveyor.yml
1 parent 9bbc24b commit bc68d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ build_script:
1313
dotnet script build.csx
1414
1515
artifacts:
16-
- path: build\Artifacts\Chocolatey\*.nupgk
16+
- path: build\Artifacts\Chocolatey\*.nupkg
1717
name: Chocolatey Packages
1818

19-
- path: build\Artifacts\NuGet\*.nupgk
19+
- path: build\Artifacts\NuGet\*.nupkg
2020
name: NuGet Packages
2121

2222
- path: build\Artifacts\GitHub\*.zip

0 commit comments

Comments
 (0)