Skip to content

Commit fa34a2d

Browse files
committed
Store only ./out/make as appveyor artifacts, to keep the output lean
1 parent f7bdba8 commit fa34a2d

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
@@ -16,7 +16,7 @@ cache:
1616
- node_modules
1717

1818
artifacts:
19-
- path: ./out
19+
- path: ./out/make
2020
name: Output
2121

2222
branches:

0 commit comments

Comments
 (0)