ci: fixed missing if condition (#13934)

pull/13936/head^2
Goni Zahavy 2026-02-17 06:42:55 +02:00 committed by GitHub
parent 4226097228
commit ea2d089db0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ jobs:
rev: ${{ env.TAURI_PORTABLE_SHA }}
- name: Show tauri-cli version
if: contains(matrix.settings.host, 'ubuntu')
run: cargo tauri --version
- name: Build and upload artifacts