Skip to content

Commit

Permalink
fix workspace paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ELD committed Mar 23, 2022
1 parent 9fb6419 commit 761ffdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- persist_to_workspace:
root: ~/dist
paths:
- linux-musl
- install-nix-x86_64-linux-unknown-musl
- when:
condition:
or:
Expand All @@ -136,11 +136,11 @@ jobs:
name: "Copy built binary to workspace"
command: |
mkdir -p ~/dist
cp target/release/install-nix ~/dist/install-nix-x86_64-darwin
cp target/release/install-nix ~/dist/install-nix-x86_64-apple-darwin
- persist_to_workspace:
root: ~/dist
paths:
- darwin
- install-nix-x86_64-apple-darwin

upload-dev-binaries:
parameters:
Expand Down

0 comments on commit 761ffdb

Please sign in to comment.