We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51910de commit 821bb61Copy full SHA for 821bb61
1 file changed
.github/workflows/update-cli.yml
@@ -43,6 +43,8 @@ jobs:
43
rm -rf "$current_version"
44
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
45
46
+ ls -la
47
+ cd ../..
48
# Track the new JAR file with LFS
49
FILE_PATH="checkmarx-ast-eclipse-plugin/lib/$new_version" # Correct path
50
echo "FILE_PATH: $FILE_PATH"
0 commit comments