Skip to content

Commit ba4fddf

Browse files
committed
CI: Correct client path
1 parent 29edde0 commit ba4fddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/.build.zsh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ Usage: %B${functrace[1]%:*}%b <option> [<options>]
247247
if (( _loglevel > 1 )) cmake_args+=(--verbose)
248248
cmake --install build_${target##*-} --config ${BUILD_CONFIG:-RelWithDebInfo} --prefix "${project_root}/release" ${cmake_args}
249249
cmake --install build_client_${target##*-} --config ${BUILD_CONFIG:-RelWithDebInfo} --prefix "${project_root}/release_client" ${cmake_args}
250-
mv "${project_root}/release_client/io_client" "$HOME/.config/obs-studio/plugins/${product_name}/"
251-
250+
mv "${project_root}/release_client/io_client/io_client" "$HOME/.config/obs-studio/plugins/${product_name}/"
251+
252252
local output_name="${product_name}-${product_version}-${host_os}-${target##*-}.zip"
253253
pushd "$HOME/.config/obs-studio/plugins/"
254254
zip -r ${project_root}/release/${output_name} "./${product_name}/"

0 commit comments

Comments
 (0)