mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-08 04:42:26 +00:00
Publish stripped binaries to GitHub release assets
To reduce size of built binaries, strip the binaries before publishing them.
This commit is contained in:
4
.github/workflows/build-and-test-make.yml
vendored
4
.github/workflows/build-and-test-make.yml
vendored
@@ -161,10 +161,10 @@ jobs:
|
||||
./configure --prefix=${{ runner.temp }}/install --enable-static
|
||||
${{ matrix.make }} chrome-build
|
||||
${{ matrix.make }} chrome-checkbuild
|
||||
${{ matrix.make }} chrome-install
|
||||
${{ matrix.make }} chrome-install-strip
|
||||
${{ matrix.make }} firefox-build
|
||||
${{ matrix.make }} firefox-checkbuild
|
||||
${{ matrix.make }} firefox-install
|
||||
${{ matrix.make }} firefox-install-strip
|
||||
|
||||
- name: Create tar release files
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
Reference in New Issue
Block a user