From 05ee7b315a087a1a34b1e48b52baadb0081a2383 Mon Sep 17 00:00:00 2001 From: Sam Tay Date: Sat, 19 Oct 2024 21:57:43 -0400 Subject: [PATCH] Fix mac release --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6a9a37d..45a675c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -105,7 +105,8 @@ jobs: name: Set binary path name not on Windows 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 with: file: ${{ env.BINARY_PATH }}