Skip to content

Commit

Permalink
chore(CI): Fix creating pre-built binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 29, 2019
1 parent 403cba8 commit c258d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ stages:
steps:
- template: azure/install-rust.yml@templates
- script: |
cargo rustc --target $(TARGET) --release --bin $(CRATE_NAME)-cli -- -C lto
cargo rustc --target $(TARGET) --release --bin $(CRATE_NAME) -- -C lto
displayName: Build
- task: CopyFiles@2
displayName: Stage assets
Expand Down

0 comments on commit c258d5c

Please # to comment.