mirror of
https://github.com/arabianq/lyrics_fetcher.git
synced 2026-04-28 06:21:23 +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 }}
|
||||
|
||||
- name: Compress binary with UPX
|
||||
# UPX ломает подписи кода на macOS (особенно на Apple Silicon), поэтому применяем только для Linux и Windows
|
||||
if: matrix.os != 'macos-latest'
|
||||
if: matrix.os != 'macos-latest' && matrix.target != 'aarch64-pc-windows-msvc'
|
||||
uses: crazy-max/ghaction-upx@v3
|
||||
with:
|
||||
version: latest
|
||||
|
||||
Reference in New Issue
Block a user