Skip to content

Commit b31d7af

Browse files
committed
fixed workflow
1 parent 8fc6f47 commit b31d7af

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,6 @@ jobs:
6767
echo "BINARY_PATH=$newEXE" >> $GITHUB_OUTPUT
6868
shell: bash
6969

70-
- name: Compress binary
71-
if: ${{ runner.os != 'macOS' }} # upx is crashing for macOS Ventura or above!
72-
uses: svenstaro/upx-action@v2
73-
with:
74-
files: ${{ steps.binarypath.outputs.BINARY_PATH }}
75-
7670
- name: Upload Release Asset
7771
id: upload-release-asset
7872
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)