mirror of
https://github.com/penpot/penpot.git
synced 2026-09-14 07:59:36 +00:00
🐛 Minor fix on manage.sh.
This commit is contained in:
parent
b9fe8e4b33
commit
b1b1f1f579
@ -145,6 +145,7 @@ function build-images {
|
|||||||
|
|
||||||
if [ $CURRENT_BRANCH != "main" ]; then
|
if [ $CURRENT_BRANCH != "main" ]; then
|
||||||
version="$CURRENT_BRANCH-$CURRENT_VERSION";
|
version="$CURRENT_BRANCH-$CURRENT_VERSION";
|
||||||
|
bundle_file="penpot-$CURRENT_BRANCH.tar.xz";
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
if [ ! -f $bundle_file ]; then
|
if [ ! -f $bundle_file ]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user