From 44d474d6e5cb941af47ab9e95abcfa3d31196a43 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Fri, 12 May 2023 05:41:07 +0000 Subject: [PATCH] Fix path --- .github/workflows/debian.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index a6837fe..c762fa5 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -16,7 +16,7 @@ jobs: run: go build - name: Cache - run: ./out-of-tree --log-level=trace debian cache --path=/home/runner/debian.cache + run: ./out-of-tree --log-level=trace debian cache --path=debian.cache - name: Archive cache uses: actions/upload-artifact@v3 @@ -31,7 +31,7 @@ jobs: secret_key: ${{ secrets.SECRET_KEY }} space_name: ${{ secrets.SPACE_NAME }} space_region: ${{ secrets.SPACE_REGION }} - source: /home/runner/debian.cache + source: debian.cache out_dir: 1.0.0 - name: Archive logs