diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac39b5821..11126debd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,8 +19,8 @@ jobs: - name: Create ZIP archive run: | - zip -r osxcross-target.zip . -x ".git/*" ".github/*" - tar -czf osxcross-target.tar.gz --exclude=".git" --exclude=".github" . + zip --symlinks -r osxcross-target.zip . -x ".git/*" ".github/*" + tar --dereference -czf osxcross-target.tar.gz --exclude=".git" --exclude=".github" . - name: Create Release env: