File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ jobs:
192192 with :
193193 name : frankenphp-linux-${{ matrix.platform == 'linux/amd64' && 'x86_64' || 'aarch64' }}${{ matrix.debug && '-debug' || '' }}${{ matrix.mimalloc && '-mimalloc' || '' }}
194194 path : frankenphp-linux-${{ matrix.platform == 'linux/amd64' && 'x86_64' || 'aarch64' }}${{ matrix.debug && '-debug' || '' }}${{ matrix.mimalloc && '-mimalloc' || '' }}
195+ compression-level : 0
195196 - name : Upload assets
196197 if : fromJson(needs.prepare.outputs.push) && (needs.prepare.outputs.ref || github.ref_type == 'tag')
197198 run : gh release upload "${REF}" frankenphp-linux-${{ matrix.platform == 'linux/amd64' && 'x86_64' || 'aarch64' }}${{ matrix.debug && '-debug' || '' }}${{ matrix.mimalloc && '-mimalloc' || '' }} --repo dunglas/frankenphp --clobber
@@ -489,6 +490,7 @@ jobs:
489490 with :
490491 name : frankenphp-mac-${{ matrix.platform }}
491492 path : dist/frankenphp-mac-${{ matrix.platform }}
493+ compression-level : 0
492494 - name : Run sanity checks
493495 run : |
494496 "${BINARY}" version
You can’t perform that action at this time.
0 commit comments