File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,38 +20,18 @@ jobs:
2020 uses : actions/setup-node@v6
2121 with :
2222 node-version : ' 24.10.0'
23+ cache : pnpm
2324
2425 - name : Git SSH fix
2526 run : |
2627 git config --global url."https://github.com/".insteadOf git@github.com:
2728 git config --global url."https://".insteadOf git://
2829
29- - name : Enable Corepack
30- run : corepack enable
31-
32- - name : Cache Linux pnpm
33- if : matrix.os == 'ubuntu-latest'
34- uses : actions/cache@v5
35- with :
36- path : ~/.local/share/pnpm/store
37- key : pnpm-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
38- restore-keys : |
39- pnpm-${{ runner.os }}-
40-
41- - name : Cache Windows pnpm
42- if : matrix.os == 'windows-latest'
43- uses : actions/cache@v5
44- with :
45- path : D:\.pnpm-store
46- key : pnpm-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
47- restore-keys : |
48- pnpm-${{ runner.os }}-
49-
5030 - name : Install Dependencies
5131 run : pnpm install
5232
5333 - name : Build Electron App
54- run : pnpm run build:latest
34+ run : pnpm run build
5535
5636 - name : Upload Linux Artifacts
5737 if : matrix.os == 'ubuntu-latest'
You can’t perform that action at this time.
0 commit comments