mirror of
https://github.com/lights0123/n-link.git
synced 2025-01-03 15:15:26 +00:00
...and restore too
This commit is contained in:
parent
94d191ab9c
commit
1d9cd520ef
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||
key: ${{ matrix.platform }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
${{ matrix.platform }}-yarn-
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
|
@ -35,7 +35,7 @@ jobs:
|
|||
src-tauri/target
|
||||
key: ${{ matrix.platform }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-cargo-
|
||||
${{ matrix.platform }}-cargo-
|
||||
- name: setup node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
|
|
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||
key: ${{ matrix.platform }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
${{ matrix.platform }}-yarn-
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
|
@ -34,7 +34,7 @@ jobs:
|
|||
src-tauri/target
|
||||
key: ${{ matrix.platform }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-cargo-
|
||||
${{ matrix.platform }}-cargo-
|
||||
- name: setup node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue