Skip to content

Commit

Permalink
ci: fix macos build action
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroo committed Dec 11, 2023
1 parent 38bbabd commit e924309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
shell: bash
run: |
mkdir -p artifacts
mv ./target/aarch64-apple-darwin/release/kanata artifacts/kanata_macos
cp -r target/release artifacts/kanata_macos
- name: Build release with cmd feature
run: cargo build --release --features cmd
- name: Move build artifact with cmd feature
shell: bash
run: |
mv ./target/aarch64-apple-darwin/release/kanata artifacts/kanata_macos_cmd_allowed
cp -r target/release artifacts/kanata_macos_cmd_allowed
- name: Strip binaries
shell: bash
run: |
Expand Down

0 comments on commit e924309

Please sign in to comment.