We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af9ee8 commit a480b54Copy full SHA for a480b54
1 file changed
.github/workflows/build-python.yml
@@ -118,7 +118,7 @@ jobs:
118
119
(cd "$ARCHIVE_BASE" && find . \( -type f -o -type l \) | sed 's|^\./|/|') > "$ARCHIVE_BASE/tools_structure.txt"
120
121
- tar -czf "output/${ARCHIVE_BASE}.tar.gz" "$ARCHIVE_BASE"
+ tar -czf "output/${ARCHIVE_BASE}.tar.gz" -C "$ARCHIVE_BASE" .
122
rm -rf "$ARCHIVE_BASE" staging-std
123
124
- name: Build free-threaded CPython
@@ -153,7 +153,7 @@ jobs:
153
154
155
156
157
rm -rf "$ARCHIVE_BASE" staging-ft
158
159
- name: Print tarball hashes
0 commit comments