We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a528f commit 3da969fCopy full SHA for 3da969f
.github/workflows/release.yml
@@ -93,6 +93,13 @@ jobs:
93
chmod +x ./.github/scripts/update_cli.sh
94
./.github/scripts/update_cli.sh ${{ inputs.cliTag }}
95
96
+ - name: Debug CLI version path
97
+ run: |
98
+ echo "Current directory: $(pwd)"
99
+ cd ../../src/main/wrapper/resources || exit 1
100
+ echo "Files in the current directory:"
101
+ ls -la
102
+
103
- name: Extract cli version
104
id: extract_cli_version
105
run: |
0 commit comments