Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Fix artifact path in appveyor config
Browse files Browse the repository at this point in the history
I believe this was wrong since the original template used cross, which we're not anymore.
  • Loading branch information
yupferris committed Feb 1, 2017
1 parent 800b695 commit dc5e311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/before_deploy.sh
Expand Up @@ -21,7 +21,7 @@ main() {
cargo rustc --bin rustual-boy --release -- -C lto

# TODO Update this to package the right artifacts
cp target/$TARGET/release/rustual-boy $stage/
cp target/release/rustual-boy $stage/
cp doc/* $stage/
cp LICENSE-APACHE $stage/
cp LICENSE-MIT $stage/
Expand Down

0 comments on commit dc5e311

Please sign in to comment.