Skip to content

Commit

Permalink
fix mac binary publish
Browse files Browse the repository at this point in the history
  • Loading branch information
anweiss committed Dec 4, 2020
1 parent ec32e5f commit 178daa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- name: Build CLI
if: matrix.os == 'macOS-latest'
run: |
source $HOME/.cargo/env
cargo b --release --bin cddl
cp target/release/cddl cddl-darwin-amd64
chmod +x cddl-darwin-amd64
Expand Down

0 comments on commit 178daa9

Please sign in to comment.