From 405b5320df7d751fd61c503710642430ce3c3864 Mon Sep 17 00:00:00 2001 From: dpeter99 Date: Fri, 10 Jun 2022 14:54:20 +0200 Subject: [PATCH] [CI, Test] Try cache path fix --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e8f6c6..f669470 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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