Skip to content

Commit 85bda1e

Browse files
committed
Publish right artifact
1 parent c0ae7cc commit 85bda1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.doc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ build_script:
2727
- git add Doc\*.md
2828
# - git commit -m "Update doc"
2929
# - git push CodeJam.wiki
30+
- cd c:\projects\codejam
3031
after_build:
31-
- cmd: 7z a -r CodeJamDoc.zip Doc\*.*
32+
- cmd: 7z a -r CodeJamDoc.zip c:\projects\codejam.wiki\Doc\*.*
3233
artifacts:
3334
- path: CodeJamDoc.zip
3435
name: CodeJamDoc

0 commit comments

Comments
 (0)