Skip to content

Commit

Permalink
file path changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-courtney-pieces committed Sep 9, 2024
1 parent 9485aa0 commit f2ec469
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ jobs:
### Combine the binaries into a universal binary
- name: Combine binaries with lipo
run: |
lipo -create -output dist/pieces-universal dist/pieces_macos-latest dist/pieces_macos-14-large
mkdir dist
lipo -create -output dist/pieces-universal pieces_macos-latest pieces_macos-14-large
### Codesign the universal binary
- name: Codesign Universal Binary
Expand Down

0 comments on commit f2ec469

Please sign in to comment.