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 863534c commit 71895e6Copy full SHA for 71895e6
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
env:
38
RUNS_ON: '${{ matrix.platform }}'
39
with:
40
- script: "return process.env.RUNS_ON === 'macos-latest' ? '--target universal_apple_darwin' : ''"
+ script: "return 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