Skip to content

Commit 1686deb

Browse files
committed
fix
1 parent f6903cd commit 1686deb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,7 @@ jobs:
181181
env:
182182
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
183183
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
184-
RUN_BUILD: ${{
185-
(matrix.settings.platform == 'macos' && inputs.buildMac) ||
186-
(matrix.settings.platform == 'windows' && (inputs.windowsTarget == 'all' || inputs.windowsTarget == matrix.settings.arch))
187-
}}
184+
RUN_BUILD: ${{ (matrix.settings.platform == 'macos' && inputs.buildMac) || (matrix.settings.platform == 'windows' && (inputs.windowsTarget == 'all' || inputs.windowsTarget == matrix.settings.arch)) }}
188185
runs-on: ${{ matrix.settings.runner }}
189186
steps:
190187
- name: Checkout repository

0 commit comments

Comments
 (0)