Skip to content

Commit c9a4a4f

Browse files
committed
Fix script
1 parent f770be9 commit c9a4a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
RUNS_ON: '${{ matrix.platform }}'
3939
with:
40-
script: "process.env.RUNS_ON === 'macos-latest' ? '--target universal_apple_darwin' : ''"
40+
script: "return process.env.RUNS_ON === 'macos-latest' ? '--target universal_apple_darwin' : ''"
4141
result-encoding: string
4242

4343
- uses: tauri-apps/tauri-action@v0

0 commit comments

Comments
 (0)