File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 2626
2727 defaults :
2828 run :
29- working-directory : apps/desktop
29+ working-directory : .
3030
3131 steps :
3232 - name : Checkout repository
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
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 }}
You can’t perform that action at this time.
0 commit comments