Skip to content

Commit

Permalink
Publish stripped binaries to GitHub release assets
Browse files Browse the repository at this point in the history
To reduce size of built binaries, strip the binaries before publishing
them.
  • Loading branch information
lwthiker committed May 14, 2022
1 parent e042960 commit 7167328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down

0 comments on commit 7167328

Please sign in to comment.