We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ce956 commit 12a528fCopy full SHA for 12a528f
1 file changed
.github/workflows/release.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Extract cli version
97
id: extract_cli_version
98
run: |
99
- CLI_VERSION=$(../src/main/wrapper/resources/cx-linux --version)
+ CLI_VERSION=$(../../src/main/wrapper/resources/cx-linux --version)
100
echo "Cli version being packed is $CLI_VERSION"
101
echo "CLI_VERSION=$CLI_VERSION" >> $GITHUB_ENV
102
echo "::set-output name=CLI_VERSION::$CLI_VERSION"
0 commit comments