We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d2293 commit 4660a70Copy full SHA for 4660a70
.github/workflows/build.yml
@@ -106,15 +106,6 @@ jobs:
106
- name: Install dependencies
107
run: pnpm i
108
109
- - name: Setup electron-builder cache
110
- uses: actions/cache@v4
111
- with:
112
- path: |
113
- ${{ env.ELECTRON_CACHE }}
114
- ${{ env.ELECTRON_BUILDER_CACHE }}
115
- key: ${{ matrix.os }}-electron-builder-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('**/electron-builder.json5') }}
116
- restore-keys: ${{ matrix.os }}-electron-builder-
117
-
118
- name: Build on ${{ matrix.os }}
119
run: pnpm build
120
0 commit comments