Skip to content

Commit 55ca200

Browse files
committed
task: fix packaging v2
1 parent 5a42438 commit 55ca200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/package/rename-pkg.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ mkdir yum apt
2929

3030
# we could generate a similar name with goreleaser but we want to keep the vars evg compatible to use later
3131
cp "$FILENAME.deb" apt/
32-
mv "apt/$FILENAME.deb" "apt/mongodb-cli${unstable}_${VERSION}${latest_deb}_amd64.deb"
32+
mv "apt/$FILENAME.deb" "apt/mongodb-cli${unstable-}_${VERSION}${latest_deb-}_amd64.deb"
3333
cp "$FILENAME.rpm" yum/
34-
mv "yum/$FILENAME.rpm" "yum/mongodb-cli${unstable}-${VERSION}${latest_rpm}.x86_64.rpm"
34+
mv "yum/$FILENAME.rpm" "yum/mongodb-cli${unstable-}-${VERSION}${latest_rpm-}.x86_64.rpm"

0 commit comments

Comments
 (0)