Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 709fbef

Browse files
committed
:constructor_worker: try fix the before_deploy(file not found)
1 parent 18db7d9 commit 709fbef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ script:
5959

6060
before_deploy:
6161
- cargo build --target "$TARGET" --release
62-
- strip target/release/${PROJECT_NAME}
63-
- tar -czvf "${PROJECT_NAME}_${TRAVIS_TAG}-${TARGET}.tar.gz" target/release/${PROJECT_NAME}
62+
- strip target/${TARGET}/release/${PROJECT_NAME}
63+
- tar -czvf "${PROJECT_NAME}_${TRAVIS_TAG}-${TARGET}.tar.gz" target/${TARGET}/release/${PROJECT_NAME}
6464

6565
deploy:
6666
provider: releases

0 commit comments

Comments
 (0)