Skip to content

Commit

Permalink
Strip binaries for linux ui
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipK committed Oct 7, 2021
1 parent e436b42 commit fcfb0d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_on_v_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ jobs:
file: ${{ matrix.file }}
args: ${{ matrix.args }}
strip: ${{ matrix.strip }}
- name: Strip binaries
if: ${{ matrix.os == 'ubuntu-latest' && matrix.ui == true}}
run: strip ${{ matrix.file }}
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit fcfb0d7

Please sign in to comment.