Skip to content

Commit

Permalink
CI: Part 49
Browse files Browse the repository at this point in the history
  • Loading branch information
univrsal committed Jun 13, 2024
1 parent eaa471c commit 0dc7710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/.build.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ ${_usage_host:-}"
log_group "Installing ${product_name}..."
if (( _loglevel > 1 )) cmake_install_args+=(--verbose)
cmake ${cmake_install_args}
cmake --install build_client_${target##*-} --config ${BUILD_CONFIG:-RelWithDebInfo} --prefix "${project_root}/release_client" ${cmake_args}
cmake --install build_client_${target##*-} --config ${BUILD_CONFIG:-RelWithDebInfo} --prefix "${project_root}/release_client"
mv "${project_root}/release_client/io_client/io_client" "$HOME/.config/obs-studio/plugins/${product_name}/"
local output_name="${product_name}-${product_version}-${host_os}-${target##*-}.zip"
pushd "$HOME/.config/obs-studio/plugins/"
Expand Down

0 comments on commit 0dc7710

Please sign in to comment.