Skip to content

Commit ea2d089

Browse files
authored
ci: fixed missing if condition (#13934)
1 parent 4226097 commit ea2d089

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ jobs:
186186
rev: ${{ env.TAURI_PORTABLE_SHA }}
187187

188188
- name: Show tauri-cli version
189+
if: contains(matrix.settings.host, 'ubuntu')
189190
run: cargo tauri --version
190191

191192
- name: Build and upload artifacts

0 commit comments

Comments
 (0)