Skip to content

Commit

Permalink
ci: fix workdir for ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
BRAVO68WEB committed Apr 11, 2024
1 parent bd582a9 commit 1c0c058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --release
working-directory: backend
args: --release --manifest-path backend/Cargo.toml
use-cross: true

build-app:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1c0c058

Please sign in to comment.