Skip to content

Commit

Permalink
fix: use target
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel committed Aug 21, 2024
1 parent 4d8a119 commit 2b7e044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: cargo build --target=aarch64-apple-darwin --release
- name: Build universal binary for macOS
if: ${{ runner.os == 'macOS' }}
run: lipo -create -output jwt target/release/jwt target/aarch64-apple-darwin/release/jwt
run: lipo -create -output jwt target/${{ matrix.target }}/release/jwt target/aarch64-apple-darwin/release/jwt
- name: Packaging final binary
shell: bash
run: |
Expand Down

0 comments on commit 2b7e044

Please sign in to comment.