Update release.yaml
This commit is contained in:
parent
620eadf1b8
commit
e24dfd8834
23
.github/workflows/release.yaml
vendored
23
.github/workflows/release.yaml
vendored
@ -41,29 +41,6 @@ jobs:
|
||||
- name: Checkout repository code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# Cache Rust
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: ./src-tauri/target
|
||||
key: ${{matrix.os}}-${{ hashFiles('./src-tauri/Cargo.lock') }}
|
||||
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.cargo
|
||||
key: ${{matrix.os}}-${{ hashFiles('./src-tauri/Cargo.lock') }}
|
||||
|
||||
# Cache Node
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: ./node_modules
|
||||
key: ${{matrix.os}}-${{ hashFiles('./package-lock.json') }}
|
||||
|
||||
# Cache Next.js
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: ./src-next/.next
|
||||
key: ${{matrix.os}}
|
||||
|
||||
- name: Install Node.js v20 LTS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user