Skip to content

Commit 86b9ffc

Browse files
committed
ci: don't compress binary artifacts
1 parent 8e1641b commit 86b9ffc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/static.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)