diff options
| author | Brendan Allan <[email protected]> | 2025-12-23 11:15:19 +0800 |
|---|---|---|
| committer | Brendan Allan <[email protected]> | 2025-12-23 11:15:19 +0800 |
| commit | 279dc04b3c2faa634352a3782e313321eef5acc9 (patch) | |
| tree | 21c4a15cd969831a767cf82a02193832b712b457 /.github | |
| parent | cbc5903aa1d8b8940765efef948d0fa78bc81f59 (diff) | |
| download | opencode-279dc04b3c2faa634352a3782e313321eef5acc9.tar.gz opencode-279dc04b3c2faa634352a3782e313321eef5acc9.zip | |
ci: rename tauri -> desktop
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9e6b49339..ec98d7061 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -151,12 +151,12 @@ jobs: - uses: Swatinem/rust-cache@v2 with: - workspaces: packages/tauri/src-tauri + workspaces: packages/desktop/src-tauri shared-key: ${{ matrix.settings.target }} - name: Prepare run: | - cd packages/tauri + cd packages/desktop bun ./scripts/prepare.ts env: OPENCODE_VERSION: ${{ needs.publish.outputs.version }} @@ -191,7 +191,7 @@ jobs: APPLE_API_KEY: ${{ secrets.APPLE_API_KEY }} APPLE_API_KEY_PATH: ${{ runner.temp }}/apple-api-key.p8 with: - projectPath: packages/tauri + projectPath: packages/desktop uploadWorkflowArtifacts: true tauriScript: ${{ (contains(matrix.settings.host, 'ubuntu') && 'cargo tauri') || '' }} args: --target ${{ matrix.settings.target }} --config ./src-tauri/tauri.prod.conf.json --verbose |
