fix cache

This commit is contained in:
Aria Moradi 2021-06-06 03:19:03 +04:30
parent 47e51b6615
commit 7fc33ba8db
3 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ jobs:
uses: actions/cache@v2
with:
path: |
**/react/node_modules
**/webUI/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/webUI/yarn.lock') }}
- name: Build and copy webUI, Build Jar

View File

@ -56,7 +56,7 @@ jobs:
uses: actions/cache@v2
with:
path: |
**/react/node_modules
**/webUI/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/webUI/yarn.lock') }}
- name: Build and copy webUI, Build Jar

View File

@ -55,7 +55,7 @@ jobs:
uses: actions/cache@v2
with:
path: |
**/react/node_modules
**/webUI/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/webUI/yarn.lock') }}
- name: Build and copy webUI, Build Jar