Skip to content

Commit dbea7c6

Browse files
committed
Appveyor artefact update
1 parent 8bb05c6 commit dbea7c6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@ test_script:
3636

3737
after_test:
3838
- cmake --build . --config Release --target create_zip
39-
- cd ..\install
39+
- cd ..
40+
- copy install\jlcxx*.zip .
41+
- echo %APPVEYOR_JOB_NAME%
4042

4143
artifacts:
42-
- path: 'install\jlcxx*.zip'
44+
- path: 'jlcxx*.zip'
4345

4446
deploy:
4547
provider: GitHub

0 commit comments

Comments
 (0)