diff options
| author | Brendan Allan <[email protected]> | 2025-12-22 18:05:52 +0800 |
|---|---|---|
| committer | Brendan Allan <[email protected]> | 2025-12-22 18:05:52 +0800 |
| commit | 11a92b24c2a6b3dba1938039d44b343a1fe492e9 (patch) | |
| tree | ae229ca66326e351b287f2d414263fdb0266cd88 /.github/workflows | |
| parent | f9c10c62d831e8e620169c4c603f82591e638a2d (diff) | |
| download | opencode-11a92b24c2a6b3dba1938039d44b343a1fe492e9.tar.gz opencode-11a92b24c2a6b3dba1938039d44b343a1fe492e9.zip | |
ci: run prepare step for tauri build
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 72e17da04..3053a973e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -155,7 +155,6 @@ jobs: shared-key: ${{ matrix.settings.target }} - name: Prepare - if: inputs.bump || inputs.version run: | cd packages/tauri bun ./scripts/prepare.ts @@ -167,6 +166,7 @@ jobs: OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }} RUST_TARGET: ${{ matrix.settings.target }} GH_TOKEN: ${{ github.token }} + GITHUB_RUN_ID: ${{ github.run_id }} # Fixes AppImage build issues, can be removed when https://github.com/tauri-apps/tauri/pull/12491 is released - name: Install tauri-cli from portable appimage branch |
