[CI, Test] Try cache path fix

This commit is contained in:
dpeter99 2022-06-10 14:54:20 +02:00
parent 9d2cc9f830
commit 405b5320df

View File

@ -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