Browse Source

adjusting release

master
Jonathan Cobb 4 years ago
parent
commit
2cbfebd2a8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bubble_release.sh

+ 1
- 1
bubble_release.sh View File

@@ -42,7 +42,7 @@ if [[ -z "${FLEX_BINARY}" ]] ; then
exit 1
fi

FLEX_DIST=${FLEX_DIST_TOP}/${BUBBLE_VERSION}/bubble-flexrouter-${BUBBLE_VERSION}.zip
FLEX_DIST=${FLEX_DIST_TOP}/${BUBBLE_VERSION}/bubble-flexrouter.zip
FLEX_DIST_DIR="$(dirname ${FLEX_DIST})"
if [[ ! -d "${FLEX_DIST_DIR}" ]] ; then
mkdir -p ${FLEX_DIST_DIR}


Loading…
Cancel
Save