We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5ba27 commit 9c2a5eaCopy full SHA for 9c2a5ea
.github/workflows/release.yml
@@ -93,17 +93,10 @@ 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: |
106
- CLI_VERSION=$(../../src/main/wrapper/resources/cx-linux --version)
+ CLI_VERSION=$(./src/main/wrapper/resources/cx-linux --version)
107
echo "Cli version being packed is $CLI_VERSION"
108
echo "CLI_VERSION=$CLI_VERSION" >> $GITHUB_ENV
109
echo "::set-output name=CLI_VERSION::$CLI_VERSION"
0 commit comments