Skip to content

Commit

Permalink
Fix target path
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgmer committed Mar 23, 2020
1 parent a33a284 commit 932ca42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ script:
- "./go"
- "cargo build --target $TARGET --release"
- "mkdir -p stage"
- "mv target/release/jp stage/jp-$TARGET"
- "mv target/$TARGET/release/jp stage/jp-$TARGET"

deploy:
provider: releases
Expand Down

0 comments on commit 932ca42

Please sign in to comment.