diff --git a/.github/workflows/create-graphs.yaml b/.github/workflows/create-graphs.yaml index f862dd1..8c24ae6 100644 --- a/.github/workflows/create-graphs.yaml +++ b/.github/workflows/create-graphs.yaml @@ -95,7 +95,7 @@ jobs: run: | cd ./data mkdir -p ./persons/data - test -f "$RUNNER_TEMP/persons/data.sqlite" && tar --zstd -cf ./persons/data/data.tar.zst -C "$RUNNER_TEMP" data.sqlite + test -f "$RUNNER_TEMP/persons/data.sqlite" && tar --zstd -cf ./persons/data/data.tar.zst -C "$RUNNER_TEMP/persons" data.sqlite git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" git add .