Skip to content

Commit

Permalink
Fix paths when downloading Apple lib artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmitr committed Jun 12, 2024
1 parent 717b267 commit 42757c5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,17 @@ jobs:
runs-on: macos-12
needs: build
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Download macOS artifacts
uses: actions/download-artifact@v4
with:
name: ldk-node-x86_64-apple-darwin
path: x86_64-apple-darwin/libldk_node.dylib
path: x86_64-apple-darwin

- name: Download macOS artifacts
uses: actions/download-artifact@v4
with:
name: ldk-node-aarch64-apple-darwin
path: aarch64-apple-darwin/libldk_node.dylib
path: aarch64-apple-darwin

- name: Make universal library
run: |
Expand Down

0 comments on commit 42757c5

Please sign in to comment.