Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qazz-shyper committed Mar 13, 2024
1 parent dac59f8 commit b082f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b082f71

Please sign in to comment.