diff options
| author | Goni Zahavy <[email protected]> | 2026-02-17 06:42:55 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-17 12:42:55 +0800 |
| commit | ea2d089db0f4cc135234abcf8a231a49d23d53c5 (patch) | |
| tree | 217ccbcf9ba19aff1b540139eb723a02e5c372ef /.github/workflows | |
| parent | 422609722803c9babf5c9d28527725f488e5dda4 (diff) | |
| download | opencode-ea2d089db0f4cc135234abcf8a231a49d23d53c5.tar.gz opencode-ea2d089db0f4cc135234abcf8a231a49d23d53c5.zip | |
ci: fixed missing if condition (#13934)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 1 |
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 |
