We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3a07c commit f811d0dCopy full SHA for f811d0d
.github/workflows/tembo_release_v2.yml
@@ -49,6 +49,7 @@ jobs:
49
toolchain: ${{ matrix.toolchain }}
50
args: "--locked --release"
51
strip: true
52
+ working-directory: ./tembo-cli
53
- name: Rename binary (linux and macos)
54
run: mv target/${{ matrix.platform.target }}/release/figctl target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}
55
if: matrix.platform.os_name != 'Windows-x86_64'
0 commit comments