Skip to content

Commit

Permalink
Remove compression step in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Brawl345 committed Jan 13, 2024
1 parent 1f6d7b6 commit 9cf5dc7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@ jobs:
if: matrix.GOOS == 'windows'
run: for x in dist/$NAME-windows-*; do mv $x $x.exe; done

- name: Compress binary
if: matrix.GOOS != 'windows' || matrix.GOARCH != 'arm64'
uses: crazy-max/ghaction-upx@v1
with:
version: latest
files: |
./dist/*
args: -fq --best --lzma

- name: Upload binary
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 9cf5dc7

Please sign in to comment.