Fix mac release

This commit is contained in:
Sam Tay 2024-10-19 21:57:43 -04:00
parent 772d59507a
commit 05ee7b315a
No known key found for this signature in database

View file

@ -105,7 +105,8 @@ jobs:
name: Set binary path name not on Windows name: Set binary path name not on Windows
run: echo "BINARY_PATH=./dist/tetris" >> "$GITHUB_ENV" run: echo "BINARY_PATH=./dist/tetris" >> "$GITHUB_ENV"
- name: Compress binary - if: matrix.os != 'macOS-latest'
name: Compress binary
uses: svenstaro/upx-action@2.3.0 uses: svenstaro/upx-action@2.3.0
with: with:
file: ${{ env.BINARY_PATH }} file: ${{ env.BINARY_PATH }}