mirror of
https://github.com/arabianq/lyrics_fetcher.git
synced 2026-04-27 22:11:22 +00:00
do not use upx for windows arm
This commit is contained in:
@@ -67,8 +67,7 @@ jobs:
|
|||||||
run: cargo build --release --target ${{ matrix.target }}
|
run: cargo build --release --target ${{ matrix.target }}
|
||||||
|
|
||||||
- name: Compress binary with UPX
|
- name: Compress binary with UPX
|
||||||
# UPX ломает подписи кода на macOS (особенно на Apple Silicon), поэтому применяем только для Linux и Windows
|
if: matrix.os != 'macos-latest' && matrix.target != 'aarch64-pc-windows-msvc'
|
||||||
if: matrix.os != 'macos-latest'
|
|
||||||
uses: crazy-max/ghaction-upx@v3
|
uses: crazy-max/ghaction-upx@v3
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
|
|||||||
Reference in New Issue
Block a user