mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Strip binaries for linux ui
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user