Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
6fj committed Nov 22, 2023
1 parent ae08a3c commit e45dcc8
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 @@ -67,7 +67,7 @@ jobs:
name: "Copy binary"
command: |
mkdir -p /tmp/binary
cp bazel-bin/psi/psi/main /tmp/binary/main
cp bazel-bin/psi/psi/main /tmp/binary/
- persist_to_workspace:
root: "/tmp"
paths:
Expand Down Expand Up @@ -123,5 +123,5 @@ workflows:
jobs:
- build_binary
- docker_image_publish:
requires:
requires:
- build_binary

0 comments on commit e45dcc8

Please sign in to comment.