Skip to content

Commit e2ef2cd

Browse files
author
Ayane Satomi
authored
Update build-commit.yml
1 parent 1da144e commit e2ef2cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
PACKAGE: 'true'
3131

3232
- name: Build code-server binary (macOS)
33-
if: contains(${PLATFORM}, 'macos-latest')
33+
if: ${{ matrix.platform }} == "macos"
3434
run: bash ./scripts/ci.bash
3535
env:
3636
PLATFORM: ${{ matrix.platform }}

0 commit comments

Comments
 (0)