[CI, Test] Try cache path fix
This commit is contained in:
parent
9d2cc9f830
commit
405b5320df
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: use cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: "/bin/Debug"
|
||||
path: "./bin/Debug"
|
||||
key: ${{ runner.os }}-${{ github.run_id }}
|
||||
|
||||
- name: Upload shadow-engine artifact
|
||||
|
@ -47,7 +47,7 @@ jobs:
|
|||
- name: use cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: "/bin/Debug"
|
||||
path: "./bin/Debug"
|
||||
key: ${{ runner.os }}-${{ github.run_id }}
|
||||
|
||||
- name: Test shadow-file-format
|
||||
|
|
Loading…
Reference in New Issue
Block a user