Skip to content

Commit

Permalink
uses tembo.exe instead of tembo for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
shahadarsh committed Jan 8, 2024
1 parent ce9cfe9 commit 9d9e246
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tembo_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,10 @@ jobs:
working-directory: ./tembo-cli
id: cli_version_mac
run: |
set -x
cargo install cargo-get
TEMBO_CLI_NAME=$(cargo-get package.name)-$(cargo-get package.version)
echo "TEMBO_CLI_NAME=$TEMBO_CLI_NAME" >> $GITHUB_ENV
if: runner.os == 'macOS'
if: runner.os == 'macOS' || runner.os == 'Windows'

- name: CLI version Ubuntu
working-directory: ./tembo-cli
Expand Down

0 comments on commit 9d9e246

Please sign in to comment.