diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index baaab26..c013dae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 } - { @@ -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