diff --git a/flow b/flow index 5425bf7..2a23bde 100755 --- a/flow +++ b/flow @@ -63,7 +63,7 @@ build() { # Create the source tarball excluding specified patterns echo -e " ${CYAN}Creating tarball: ${tarball_path}${RESET}" - if tar --exclude='.git*' --exclude='./target' --exclude='./package' -czf "${tarball_path}" .; then + if tar --exclude='.git*' --exclude='./target' --exclude='./package' --exclude='./flows' --exclude='./flow' -czf "${tarball_path}" .; then echo -e "✨ ${GREEN}Successfully created source tarball: ${tarball_path}${RESET}" else echo -e "❌ ${RED}Failed to create source tarball.${RESET}" >&2