Publish stripped binaries to GitHub release assets

To reduce size of built binaries, strip the binaries before publishing
them.
This commit is contained in:
lwthiker
2022-05-14 18:50:18 +03:00
parent e042960659
commit 7167328e37

View File

@@ -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/')