Skip to content

Commit

Permalink
Fix: targetじゃなくてartifact_nameだった
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Apr 17, 2024
1 parent 5db8a70 commit 8d5633b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;;
Expand Down

0 comments on commit 8d5633b

Please sign in to comment.