Skip to content

Commit

Permalink
Better artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagocoutinho committed May 19, 2019
1 parent 8bd4c54 commit 87d176c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ build_script:
after_build:
- cmd: cd C:/boost
- cmd: dir
- 7z a boost-1.70.0_%ARCH%_%PY_VER%.zip C:/boost
- move boost-1.70.0_%ARCH%_%PY_VER%.zip c:/projects/boost-ci/
- 7z a boost-python-1.70.0_%ARCH%_py%PY_VER%.zip C:/boost
- move boost-python-1.70.0_%ARCH%_py%PY_VER%.zip c:/projects/boost-ci/


on_finish:
Expand Down

0 comments on commit 87d176c

Please sign in to comment.