Skip to content

Commit 9c2a5ea

Browse files
Add notification for new release (AST-000)
1 parent 5b5ba27 commit 9c2a5ea

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,10 @@ jobs:
9393
chmod +x ./.github/scripts/update_cli.sh
9494
./.github/scripts/update_cli.sh ${{ inputs.cliTag }}
9595
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-
10396
- name: Extract cli version
10497
id: extract_cli_version
10598
run: |
106-
CLI_VERSION=$(../../src/main/wrapper/resources/cx-linux --version)
99+
CLI_VERSION=$(./src/main/wrapper/resources/cx-linux --version)
107100
echo "Cli version being packed is $CLI_VERSION"
108101
echo "CLI_VERSION=$CLI_VERSION" >> $GITHUB_ENV
109102
echo "::set-output name=CLI_VERSION::$CLI_VERSION"

0 commit comments

Comments
 (0)