ci: fixed missing if condition (#13934)
This commit is contained in:
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@@ -186,6 +186,7 @@ jobs:
|
|||||||
rev: ${{ env.TAURI_PORTABLE_SHA }}
|
rev: ${{ env.TAURI_PORTABLE_SHA }}
|
||||||
|
|
||||||
- name: Show tauri-cli version
|
- name: Show tauri-cli version
|
||||||
|
if: contains(matrix.settings.host, 'ubuntu')
|
||||||
run: cargo tauri --version
|
run: cargo tauri --version
|
||||||
|
|
||||||
- name: Build and upload artifacts
|
- name: Build and upload artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user