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 }}
|
file: ${{ matrix.file }}
|
||||||
args: ${{ matrix.args }}
|
args: ${{ matrix.args }}
|
||||||
strip: ${{ matrix.strip }}
|
strip: ${{ matrix.strip }}
|
||||||
|
- name: Strip binaries
|
||||||
|
if: ${{ matrix.os == 'ubuntu-latest' && matrix.ui == true}}
|
||||||
|
run: strip ${{ matrix.file }}
|
||||||
- name: Upload Release Asset
|
- name: Upload Release Asset
|
||||||
id: upload-release-asset
|
id: upload-release-asset
|
||||||
uses: actions/upload-release-asset@v1
|
uses: actions/upload-release-asset@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user