fix: update executable compression condition for Windows ARM64 in build-release workflow

This commit is contained in:
krau
2025-03-01 13:55:42 +08:00
parent 0071780ff4
commit 7e67bdb7e2

View File

@@ -55,7 +55,7 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
github_token: ${{ secrets.GITHUB_TOKEN }}
executable_compression: upx
executable_compression: ${{ matrix.goos == 'windows' && matrix.goarch == 'arm64' && '' || 'upx' }}
extra_files: |
LICENSE
README.md