We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4226097 commit ea2d089Copy full SHA for ea2d089
1 file changed
.github/workflows/publish.yml
@@ -186,6 +186,7 @@ jobs:
186
rev: ${{ env.TAURI_PORTABLE_SHA }}
187
188
- name: Show tauri-cli version
189
+ if: contains(matrix.settings.host, 'ubuntu')
190
run: cargo tauri --version
191
192
- name: Build and upload artifacts
0 commit comments