Skip to content

Commit

Permalink
attempted to fix binary creation in CI for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mburridge96 committed Nov 21, 2024
1 parent abc30e3 commit 0befcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cargo install cross
cd cli && cross build --release --target=${{ matrix.rust_target }}
fi
mkdir -p dist/${{ matrix.platform }}
cd ../ && mkdir -p dist/${{ matrix.platform }}
# Package the binary
- name: Package Binary
Expand Down

0 comments on commit 0befcec

Please sign in to comment.