Skip to content

Commit ddd45b6

Browse files
Fix artifacts pattern
1 parent 1ba35e5 commit ddd45b6

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
@@ -8,4 +8,4 @@ build_script:
88
- cmd: build.cmd
99
test: off
1010
artifacts:
11-
- path: 'artifacts/**'
11+
- path: 'artifacts/**/*'

0 commit comments

Comments
 (0)