Skip to content

Commit

Permalink
fix cli targets
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed May 6, 2024
1 parent ee0b0b8 commit c64b1c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
archive: zip
- target: x86_64-unknown-linux-musl
archive: tar.gz tar.xz tar.zst
- target: universal-apple-darwin
- target: x86_64-apple-darwin
archive: zip
- target: aarch64-apple-darwin
archive: zip

steps:
- uses: actions/checkout@master
- name: Compile and release
Expand Down

0 comments on commit c64b1c0

Please sign in to comment.