File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113
114114 mv build_output.txt "$ARCHIVE_BASE/build_output.txt"
115115
116- (cd "$ARCHIVE_BASE" && find . \( -type f -o -type l \) | sed 's|^\.|/|') > "$ARCHIVE_BASE/tools_structure.txt"
116+ (cd "$ARCHIVE_BASE" && find . \( -type f -o -type l \) | sed 's|^\./ |/|') > "$ARCHIVE_BASE/tools_structure.txt"
117117
118118 tar -czf "output/${ARCHIVE_BASE}.tar.gz" "$ARCHIVE_BASE"
119119 rm -rf "$ARCHIVE_BASE" staging-std
@@ -147,7 +147,7 @@ jobs:
147147
148148 mv build_output.txt "$ft_base/build_output.txt"
149149
150- (cd "$ft_base" && find . \( -type f -o -type l \) | sed 's|^\.|/|') > "$ft_base/tools_structure.txt"
150+ (cd "$ft_base" && find . \( -type f -o -type l \) | sed 's|^\./ |/|') > "$ft_base/tools_structure.txt"
151151
152152 tar -czf "output/${ft_base}.tar.gz" "$ft_base"
153153 rm -rf "$ft_base" staging-ft
You can’t perform that action at this time.
0 commit comments