mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Do not compress UI build (it breaks them)
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
||||
prerelease: true
|
||||
|
||||
build:
|
||||
name: Create cross-platform release build, tag and upload binaries
|
||||
name: Cross-platform release build
|
||||
needs: once
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
@@ -71,6 +71,7 @@ jobs:
|
||||
if: ${{ matrix.ui == false}}
|
||||
run: cargo build --release
|
||||
- name: Compress binaries
|
||||
if: ${{ matrix.ui == false}}
|
||||
uses: svenstaro/upx-action@v2
|
||||
with:
|
||||
file: ${{ matrix.file }}
|
||||
|
||||
Reference in New Issue
Block a user