From b082f71768d428bd3a7f9fa9b5ad9cef0d455167 Mon Sep 17 00:00:00 2001 From: qazz_shyper <95179414+qazz-shyper@users.noreply.github.com> Date: Wed, 13 Mar 2024 21:11:23 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4f513e1..e27f2f18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -209,7 +209,7 @@ jobs: find . -maxdepth 1 -type f -regex '.*\(wwebsite\|website\|website_softfloat\)\(\|.exe\)' -exec mv {} ./build_assets/ \; - name: UPX website - if: matrix.goarch != 's390X' && matrix.goarch != 'mips64' && matrix.goarch != 'mips64' + if: matrix.goarch != 's390X' && matrix.goarch != 'mips64' && matrix.goarch != 'mips64le' uses: crazy-max/ghaction-upx@v3.0.0 with: version: latest