Skip to content

Commit 4f84a12

Browse files
committed
fix: invalid copy path for generated JAR
Signed-off-by: Akash Yadav <akashyadav@appdevforall.org>
1 parent 26ad19b commit 4f84a12

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

build.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ JAR_PATH=$(find prepare/ide-plugin-dependencies -name "analysis-api-standalone-e
1919

2020
[[ -f "$JAR_PATH" ]] || fail "JAR not found"
2121

22-
popd # kotlin-src
22+
cp "$JAR_PATH" "$OUT/"
2323

24-
mkdir -p ../outputs
25-
cp "$JAR_PATH" ../outputs/
24+
popd # kotlin-src
2625

27-
log_success "Copied JAR to outputs/"
26+
log_success "Copied JAR to $OUT/"

0 commit comments

Comments
 (0)