excluding flows from jspg release
This commit is contained in:
2
flow
2
flow
@ -63,7 +63,7 @@ build() {
|
|||||||
|
|
||||||
# Create the source tarball excluding specified patterns
|
# Create the source tarball excluding specified patterns
|
||||||
echo -e " ${CYAN}Creating tarball: ${tarball_path}${RESET}"
|
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}"
|
echo -e "✨ ${GREEN}Successfully created source tarball: ${tarball_path}${RESET}"
|
||||||
else
|
else
|
||||||
echo -e "❌ ${RED}Failed to create source tarball.${RESET}" >&2
|
echo -e "❌ ${RED}Failed to create source tarball.${RESET}" >&2
|
||||||
|
|||||||
Reference in New Issue
Block a user