Skip to content

Commit 51910de

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update-cli.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ 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="$new_version" # Correct path
47+
FILE_PATH="checkmarx-ast-eclipse-plugin/lib/$new_version" # Correct path
48+
echo "FILE_PATH: $FILE_PATH"
4849
# Create the directory if it doesn't exist (important!)
49-
mkdir -p "checkmarx-ast-eclipse-plugin/lib"
50-
mv $new_version $FILE_PATH
50+
# mv $new_version $FILE_PATH
5151
# Ensure the file exists after download
5252
if [ ! -f "$FILE_PATH" ]; then
5353
echo "Error: File $FILE_PATH not found after download."

0 commit comments

Comments
 (0)