We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90c7f4 commit 1e27c56Copy full SHA for 1e27c56
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
env:
38
RUNS_ON: '${{ matrix.platform }}'
39
with:
40
- script: "process.env.RUNS_ON === macos-latest ? '--target universal_apple_darwin' : \"\""
+ script: "process.env.RUNS_ON === 'macos-latest' ? '--target universal_apple_darwin' : ''"
41
result-encoding: string
42
43
- uses: tauri-apps/tauri-action@v0
0 commit comments