Skip to content

Commit

Permalink
[#1872] improvement: Update the project directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
cchung100m committed Jan 2, 2025
1 parent c90d463 commit 5e6619e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/create-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ package_binary() {

${PROJECT_DIR}/build_distribution.sh

BIN_ORIGIN_NAME="rss-${RELEASE_VERSION}-hadoop2.8.tgz"
BIN_DIR_NAME="rss-${RELEASE_VERSION}-hadoop2.8"
BIN_ORIGIN_NAME="apache-uniffle-${RELEASE_VERSION}-incubating-rss-hadoop2.8.tgz"
BIN_DIR_NAME="apache-uniffle-${RELEASE_VERSION}-incubating-rss-hadoop2.8"
tar -zxf $BIN_ORIGIN_NAME
cp "${PROJECT_DIR}/LICENSE-binary" "${BIN_DIR_NAME}/LICENSE"
cp "${PROJECT_DIR}/NOTICE-binary" "${BIN_DIR_NAME}/NOTICE"
Expand Down

0 comments on commit 5e6619e

Please sign in to comment.