Skip to content

Commit 9c1e76f

Browse files
committed
Fix typo in tools_structure.txt
1 parent b11dbc5 commit 9c1e76f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)