summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorGoni Zahavy <[email protected]>2026-02-17 06:42:55 +0200
committerGitHub <[email protected]>2026-02-17 12:42:55 +0800
commitea2d089db0f4cc135234abcf8a231a49d23d53c5 (patch)
tree217ccbcf9ba19aff1b540139eb723a02e5c372ef /.github
parent422609722803c9babf5c9d28527725f488e5dda4 (diff)
downloadopencode-ea2d089db0f4cc135234abcf8a231a49d23d53c5.tar.gz
opencode-ea2d089db0f4cc135234abcf8a231a49d23d53c5.zip
ci: fixed missing if condition (#13934)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 0fd95b9cf..431581f59 100644
--- a/.github/workflows/publish.yml
+++ b/.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