Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
  • Loading branch information
geofjamg committed Jun 27, 2024
1 parent 1bd11d5 commit 7c696e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- {
name: macos_arm64,
os: macos-14, # minimal version to get an ARM64 runner
artifact_name: libmath.dylib,
artifact_name: libmath_arm64.dylib,
artifact_path: osx_arm64
}
- {
Expand Down Expand Up @@ -99,8 +99,8 @@ jobs:
- name: Download MacOS ARM64 library
uses: actions/download-artifact@v3
with:
name: libmath.dylib
path: target/classes/natives/osx_arm64/
name: libmath_arm64.dylib
path: target/classes/natives/osx_arm64/libmath.dylib

- name: Download Windows library
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 7c696e5

Please sign in to comment.