Skip to content

Commit fbd2190

Browse files
Try java wrapper 2.1.8 (AST-000)
1 parent 8949387 commit fbd2190

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/update-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
curl "https://repo1.maven.org/maven2/com/checkmarx/ast/ast-cli-java-wrapper/${{ steps.ast-cli-java-wrapper.outputs.release_tag }}/${new_version}" --output $new_version
4545
4646
# Track the new JAR file with LFS
47-
FILE_PATH="checkmarx-ast-eclipse-plugin/lib/$new_version" # Correct path
47+
FILE_PATH="$new_version" # Correct path
4848
# Create the directory if it doesn't exist (important!)
4949
mkdir -p "checkmarx-ast-eclipse-plugin/lib"
5050
mv $new_version $FILE_PATH

checkmarx-ast-eclipse-plugin/lib/checkmarx-ast-eclipse-plugin/lib/ast-cli-java-wrapper-2.1.7.jar

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)