Skip to content

Commit

Permalink
fix(ci): path for mac arm
Browse files Browse the repository at this point in the history
  • Loading branch information
woile committed Feb 12, 2024
1 parent 76967fa commit dc18541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
targets: aarch64-apple-darwin
- run: cargo build --release --target aarch64-apple-darwin
- run: cp target/release/libsqlite_uuid.dylib libsqlite-uuid-macos-arm
- run: cp target/aarch64-apple-darwin/release/libsqlite_uuid.dylib libsqlite-uuid-macos-arm
- name: Upload artifacts
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit dc18541

Please sign in to comment.