Skip to content

Commit bb6859a

Browse files
committed
fix(appveyor): artifacts will be in a sub dir
1 parent 49feb55 commit bb6859a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build_script:
1313
- ps: .\Build.ps1
1414
test: off
1515
artifacts:
16-
- path: .\artifacts\**\*.nupkg
16+
- path: .\**\artifacts\**\*.nupkg
1717
name: NuGet
1818
deploy:
1919
- provider: NuGet

0 commit comments

Comments
 (0)