[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
|
- name: use cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: "/bin/Debug"
|
path: "./bin/Debug"
|
||||||
key: ${{ runner.os }}-${{ github.run_id }}
|
key: ${{ runner.os }}-${{ github.run_id }}
|
||||||
|
|
||||||
- name: Upload shadow-engine artifact
|
- name: Upload shadow-engine artifact
|
||||||
|
@ -47,7 +47,7 @@ jobs:
|
||||||
- name: use cache
|
- name: use cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: "/bin/Debug"
|
path: "./bin/Debug"
|
||||||
key: ${{ runner.os }}-${{ github.run_id }}
|
key: ${{ runner.os }}-${{ github.run_id }}
|
||||||
|
|
||||||
- name: Test shadow-file-format
|
- name: Test shadow-file-format
|
||||||
|
|
Loading…
Reference in New Issue
Block a user