Skip to content

Commit

Permalink
change appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarn committed Oct 11, 2019
1 parent 0c125c9 commit d7c3620
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 @@ -2,7 +2,7 @@ environment:
global:
# This will be used as part of the zipfile name
# TODO change the project name
PROJECT_NAME: rust-everywhere
PROJECT_NAME: listen-moe-cli
RUST_BACKTRACE: full
# TODO feel free to delete targets/channels you don't need
matrix:
Expand Down Expand Up @@ -60,7 +60,7 @@ before_deploy:
- cargo build --release
- mkdir staging
# TODO update this part to copy the artifacts that make sense for your project
- copy target\release\hello.exe staging
- copy target\release\listen-moe-cli.exe staging
- cd staging
# release zipfile will look like 'rust-everywhere-v1.2.3-x86_64-pc-windows-msvc'
- 7z a ../%PROJECT_NAME%-%APPVEYOR_REPO_TAG_NAME%-%TARGET%.zip *
Expand Down

0 comments on commit d7c3620

Please sign in to comment.