Skip to content

Commit

Permalink
[#1872] improvement: Update the project directory name (#2319)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
Update the project directory name

### Why are the changes needed?
Fix: #1872 

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
current UT
  • Loading branch information
cchung100m authored Jan 8, 2025
1 parent a15751b commit 3ea5c2c
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-hadoop2.8.tgz"
BIN_DIR_NAME="apache-uniffle-${RELEASE_VERSION}-incubating-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 3ea5c2c

Please sign in to comment.