Skip to content

Commit

Permalink
I had forgotten to actually build on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
dfellis committed Feb 23, 2021
1 parent 88f6f26 commit 15cca7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ jobs:
- name: Generate Anycloud tar.gz
run: |
cd cli
cargo build --release
cd ./target/release
gtar -czf /tmp/anycloud-macos.tar.gz anycloud
Expand Down

0 comments on commit 15cca7a

Please sign in to comment.