Skip to content

Commit 1abf3b5

Browse files
committed
chore: fix deploying snupkg
1 parent 0f26274 commit 1abf3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ environment:
55
build_script:
66
- dotnet pack -c Release -o out
77
artifacts:
8-
- path: out\*.nupkg
8+
- path: out\*.*nupkg
99
deploy:
1010
- provider: NuGet
1111
api_key:

0 commit comments

Comments
 (0)