Skip to content

Commit

Permalink
Adjust release script
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmojo committed May 8, 2024
1 parent fc1b1c7 commit 9d846f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [[ -z $OPENH264_VERSION ]]; then
exit 1
fi

BUILD_DIR="${SCRIPT_PATH}/../build/openh264-${OPENH264_VERSION}/build"
BUILD_DIR="${SCRIPT_PATH}/../build/openh264-${OPENH264_VERSION}"
echo "Build Path: ${BUILD_DIR}"

if [[ ! -d "${BUILD_DIR}" ]]; then
Expand Down

0 comments on commit 9d846f2

Please sign in to comment.