Skip to content

Commit c90b66d

Browse files
committed
fix(ci): Don't use POSIX tar format
That causes problems with PHP Archive_Tar, which truncates paths inside the archive to 100 characters.
1 parent a571403 commit c90b66d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
--exclude 'renovate.json' \
5454
--transform 's/^\./${{env.APP_NAME}}/' \
5555
--sort=name \
56-
--format=posix \
57-
--pax-option='delete=atime,delete=ctime' \
5856
--mtime="$(git show --no-patch --format=%ci HEAD)" \
5957
--numeric-owner --owner=0 --group=0 \
6058
--mode='go+u,go-w' \

0 commit comments

Comments
 (0)