Skip to content

Commit

Permalink
Fix mac release
Browse files Browse the repository at this point in the history
  • Loading branch information
samtay committed Oct 20, 2024
1 parent 772d595 commit 05ee7b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
file: ${{ env.BINARY_PATH }}
Expand Down

0 comments on commit 05ee7b3

Please sign in to comment.