File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118
119119 (cd "$ARCHIVE_BASE" && find . \( -type f -o -type l \) | sed 's|^\./|/|') > "$ARCHIVE_BASE/tools_structure.txt"
120120
121- tar -czf "output/${ARCHIVE_BASE}.tar.gz" "$ARCHIVE_BASE"
121+ tar -czf "output/${ARCHIVE_BASE}.tar.gz" -C "$ARCHIVE_BASE" .
122122 rm -rf "$ARCHIVE_BASE" staging-std
123123
124124 - name : Build free-threaded CPython
@@ -153,7 +153,7 @@ jobs:
153153
154154 (cd "$ARCHIVE_BASE" && find . \( -type f -o -type l \) | sed 's|^\./|/|') > "$ARCHIVE_BASE/tools_structure.txt"
155155
156- tar -czf "output/${ARCHIVE_BASE}.tar.gz" "$ARCHIVE_BASE"
156+ tar -czf "output/${ARCHIVE_BASE}.tar.gz" -C "$ARCHIVE_BASE" .
157157 rm -rf "$ARCHIVE_BASE" staging-ft
158158
159159 - name : Print tarball hashes
You can’t perform that action at this time.
0 commit comments