Skip to content

Commit

Permalink
fixes working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
shahadarsh committed Dec 29, 2023
1 parent dba0ccd commit 89dcce6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cargo_build_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
with:
target: ${{ matrix.target }}
if: startsWith(matrix.os, 'ubuntu')
- uses: taiki-e/upload-rust-binary-action@v1
- name: Uploads CLI actifacts
working-directory: ./tembo-cli
uses: taiki-e/upload-rust-binary-action@v1
with:
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
# Note that glob pattern is not supported yet.
Expand All @@ -45,4 +47,3 @@ jobs:
target: ${{ matrix.target }}
# (required) GitHub token for uploading assets to GitHub Releases.
token: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./tembo-cli

0 comments on commit 89dcce6

Please sign in to comment.