1 parent b7e8057 commit d7c9b33Copy full SHA for d7c9b33
1 file changed
.github/workflows/publish.yml
@@ -145,4 +145,4 @@ jobs:
145
with:
146
projectPath: packages/tauri
147
uploadWorkflowArtifacts: true
148
- tauriScript: ${{ (matrix.settings.host == 'ubuntu-latest && 'cargo tauri') || '' }}
+ tauriScript: ${{ (matrix.settings.host == 'ubuntu-latest' && 'cargo tauri') || '' }}
0 commit comments