Skip to content

Commit

Permalink
fixed appveyor builds producing bad artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
greaka committed Jul 6, 2019
1 parent 836d507 commit be1f06b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arcdps-bhud"
version = "0.2.2"
version = "0.2.3"
authors = ["Greaka <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test_script:

before_deploy:
# TODO Update this to build the artifacts that matter to you
- cargo rustc --target %TARGET% --release --lib -- -C lto
- cargo rustc --target %TARGET% --release --lib
- ps: ci\before_deploy.ps1

deploy:
Expand Down
17 changes: 0 additions & 17 deletions pipeline.proto

This file was deleted.

0 comments on commit be1f06b

Please sign in to comment.