mirror of
https://github.com/penpot/penpot.git
synced 2025-02-11 01:28:30 -05:00
🐛 Minor fix on manage.sh.
This commit is contained in:
parent
b9fe8e4b33
commit
b1b1f1f579
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue