From 7c696e553fecfc0dd366f904a3ace9b011ebe9b9 Mon Sep 17 00:00:00 2001 From: Geoffroy Jamgotchian Date: Thu, 27 Jun 2024 15:53:40 +0200 Subject: [PATCH] Fix Signed-off-by: Geoffroy Jamgotchian --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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