diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 0a64d0d4e..caabb9d78 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -475,7 +475,7 @@ jobs: target=$2 root=$(echo "$1" | grep -q android && echo jniLibs || echo dll) dest="lib/src/main/resources/$root/$target" - case "$target" in + case "$artifact_name" in windows-*) ext=dll ;; osx-*) ext=dylib ;; linux-*) ext=so ;;