diff --git a/.github/workflows/dev-release.yml b/.github/workflows/dev-release.yml index 1a313fe..9841c5e 100644 --- a/.github/workflows/dev-release.yml +++ b/.github/workflows/dev-release.yml @@ -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