Skip to content

Commit bcd0383

Browse files
committed
fix deploy script for appveyor
1 parent 5b1a91f commit bcd0383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ test_script:
4646

4747
before_deploy:
4848
# TODO Update this to build the artifacts that matter to you
49-
- cargo rustc --target %TARGET% --release --bin jormungandr -- -C lto
50-
- cargo rustc --target %TARGET% --release --bin jcli -- -C lto
49+
- cargo rustc --target %TARGET% --release -p jormungandr -- -C lto
50+
- cargo rustc --target %TARGET% --release -p jcli -- -C lto
5151
- ps: ci\before_deploy.ps1
5252

5353
deploy:

0 commit comments

Comments
 (0)