Kaynağa Gözat

ci: fixed missing if condition (#13934)

Goni Zahavy 6 ay önce
ebeveyn
işleme
ea2d089db0
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      .github/workflows/publish.yml

+ 1 - 0
.github/workflows/publish.yml

@@ -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