We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc6f47 commit b31d7afCopy full SHA for b31d7af
1 file changed
.github/workflows/release.yaml
@@ -67,12 +67,6 @@ jobs:
67
echo "BINARY_PATH=$newEXE" >> $GITHUB_OUTPUT
68
shell: bash
69
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
-
76
- name: Upload Release Asset
77
id: upload-release-asset
78
uses: ncipollo/release-action@v1
0 commit comments