Skip to content

Commit

Permalink
fix mac release build
Browse files Browse the repository at this point in the history
  • Loading branch information
bencwallace committed Jun 11, 2024
1 parent b1bdd75 commit 9764584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Build
run: |
cmake --build ${{github.workspace}}/build --config Release --target test_pivot -j
cmake --build ${{github.workspace}}/build --config Release --target pivot_exec -j
tar vczf ${{github.workspace}}/build/pivot-macos.tar.gz -C ${{github.workspace}}/build pivot libpivot.a
- name: Release
Expand Down

0 comments on commit 9764584

Please sign in to comment.