Skip to content

Commit

Permalink
don't apply upx to the macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
nevrome committed May 3, 2024
1 parent 2723db4 commit 6b28a20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 230 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
shell: bash

- name: Compress binary
if: ${{ runner.os != 'macOS' }} # upx is crashing for macOS Ventura or above!
uses: svenstaro/upx-action@v2
with:
files: ${{ steps.binarypath.outputs.BINARY_PATH }}
Expand Down
230 changes: 0 additions & 230 deletions .github/workflows/release_backup.yml

This file was deleted.

0 comments on commit 6b28a20

Please sign in to comment.