|
|
@@ -140,12 +140,12 @@ jobs:
|
|
|
with:
|
|
|
node-version: 16
|
|
|
|
|
|
- - name: Cache Node Modules
|
|
|
- uses: actions/cache@v2
|
|
|
- with:
|
|
|
- path: |
|
|
|
- **/node_modules
|
|
|
- key: ${{ runner.os }}-node-modules
|
|
|
+ # - name: Cache Node Modules
|
|
|
+ # uses: actions/cache@v2
|
|
|
+ # with:
|
|
|
+ # path: |
|
|
|
+ # **/node_modules
|
|
|
+ # key: ${{ runner.os }}-node-modules
|
|
|
|
|
|
- name: Build/Release Electron app
|
|
|
run: yarn install && yarn electron:make
|