Skip to content

Commit 76cf633

Browse files
author
b45632
committed
fix: ci, release.yml path
1 parent 959e48b commit 76cf633

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
with:
4141
node-version: 24
4242
cache: pnpm
43-
cache-dependency-path: apps/desktop/pnpm-lock.yaml
43+
cache-dependency-path: pnpm-lock.yaml
4444

4545
- name: Set up Rust
4646
uses: dtolnay/rust-toolchain@stable
4747

4848
- name: Cache Rust build artifacts
4949
uses: swatinem/rust-cache@v2
5050
with:
51-
workspaces: apps/desktop/src-tauri -> target
51+
workspaces: src-tauri -> target
5252

5353
- name: Install Linux system dependencies
5454
if: matrix.platform == 'ubuntu-22.04'

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
defaults:
2828
run:
29-
working-directory: apps/desktop
29+
working-directory: .
3030

3131
steps:
3232
- name: Checkout repository
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
node-version: 24
4444
cache: pnpm
45-
cache-dependency-path: apps/desktop/pnpm-lock.yaml
45+
cache-dependency-path: pnpm-lock.yaml
4646

4747
- name: Set up Rust
4848
uses: dtolnay/rust-toolchain@stable
@@ -52,7 +52,7 @@ jobs:
5252
- name: Cache Rust build artifacts
5353
uses: swatinem/rust-cache@v2
5454
with:
55-
workspaces: apps/desktop/src-tauri -> target
55+
workspaces: src-tauri -> target
5656

5757
- name: Install Linux system dependencies
5858
if: matrix.platform == 'ubuntu-22.04'
@@ -73,10 +73,10 @@ jobs:
7373
env:
7474
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7575
with:
76-
projectPath: apps/desktop
76+
projectPath: .
7777
tagName: ${{ github.ref_name }}
7878
releaseName: "Code Deck ${{ github.ref_name }}"
79-
releaseBody: "See apps/desktop/CHANGELOG.md for details."
79+
releaseBody: "See CHANGELOG.md for details."
8080
releaseDraft: true
8181
prerelease: false
8282
args: ${{ matrix.args }}

0 commit comments

Comments
 (0)