Fix mac release
This commit is contained in:
parent
772d59507a
commit
05ee7b315a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue