Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
6fj authored Jan 23, 2024
1 parent d70b103 commit cee136c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
command: git clone https://github.com/secretflow/devtools.git ../devtools
- run:
name: "Build"
command: bazel build psi/psi:main -c opt --config=linux-release --ui_event_filters=-info,-debug,-warning --jobs 20
command: bazel build psi:main -c opt --config=linux-release --ui_event_filters=-info,-debug,-warning --jobs 20
- run:
name: "Copy binary"
command: |
mkdir -p /tmp/binary
cp bazel-bin/psi/psi/main /tmp/binary/
cp bazel-bin/psi/main /tmp/binary/
- persist_to_workspace:
root: "/tmp/binary"
paths:
Expand Down

0 comments on commit cee136c

Please sign in to comment.