Skip to content

Commit

Permalink
uses : to set env var for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
shahadarsh committed Jan 9, 2024
1 parent d849f3b commit 1cc13a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tembo_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,9 @@ jobs:
run: |
$TEMBO_VERSION = $(target/${{ matrix.target }}/release/tembo.exe --version)
echo $TEMBO_VERSION
$TEMBO_CLI_NAME = $TEMBO_VERSION.replace(' ','-')
echo $TEMBO_CLI_NAME
echo "TEMBO_CLI_NAME=$TEMBO_CLI_NAME" >> $GITHUB_ENV
echo "TEMBO_CLI_NAME=$TEMBO_CLI_NAME"
echo "TEMBO_CLI_NAME=$TEMBO_CLI_NAME" >> $env:$GITHUB_ENV
if: runner.os == 'Windows'

- name: "Generate release changelog"
Expand Down

0 comments on commit 1cc13a1

Please sign in to comment.