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 4580dcf commit ce9cfe9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tembo_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
rustup target add ${{ matrix.target }}
cargo build --release --target=${{ matrix.target }}
cd target/${{ matrix.target }}/release
tar -czvf tembo.tar.gz tembo
dir
tar -czvf tembo.tar.gz tembo.exe
git config --global --add safe.directory '*'
# TODO: Figure out a better way to fetch version for mac & linux
Expand Down

0 comments on commit ce9cfe9

Please sign in to comment.