From 8d5633b6642361ff48ffaa63c0e5e90b3fc2fe32 Mon Sep 17 00:00:00 2001 From: sevenc-nanashi Date: Wed, 17 Apr 2024 20:03:54 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20target=E3=81=98=E3=82=83=E3=81=AA?= =?UTF-8?q?=E3=81=8F=E3=81=A6artifact=5Fname=E3=81=A0=E3=81=A3=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;;