From 0cd9002152a72baaf9ed73d52c81d91a0a0d164b Mon Sep 17 00:00:00 2001 From: Sander in 't Veld Date: Sun, 14 Jan 2024 17:58:50 +0100 Subject: [PATCH] Fixing --- .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 39d2ccb..05ea3f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,12 +24,12 @@ jobs: - name: Count LOC uses: djdefi/cloc-action@6 with: - options: --json --out cloc-report.json --read-lang-def support/cloc_penne_definitions.txt src/ tests/ examples/ core/ vendor/ + options: --json --out ./cloc-report.json --read-lang-def support/cloc_penne_definitions.txt src/ tests/ examples/ core/ vendor/ - name: Commit to gh-arifacts run: | git config --local user.name 'github-actions[bot]' git config --local user.email 'github-actions[bot]@users.noreply.github.com' - git commit -m "Latest cloc report" cloc-report.json + git commit -m "Latest cloc report" ./cloc-report.json - name: Push to gh-artifacts uses: ad-m/github-push-action@v0.8.0 with: