]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Correct path 9877/head
authorSimon Cozens <simon@simon-cozens.org>
Thu, 25 Sep 2025 09:31:00 +0000 (10:31 +0100)
committerSimon Cozens <simon@simon-cozens.org>
Thu, 25 Sep 2025 09:31:00 +0000 (10:31 +0100)
.github/workflows/report.yaml

index e410946c340a0e27e1f1320661259446960eb0f6..7d1b421bb4d1ddfeb451c58f8c4626d61fec8cef 100644 (file)
@@ -44,7 +44,7 @@ jobs:
           CORVEL_KNOWNHOSTS: ${{secrets.CORVEL_KNOWNHOSTS}}
       - name: Compact fontspector database
         run: |
-          /home/runner/.duckdb/cli/latest/duckdb .ci/dashboard/fontspector.db -f .ci/dashboard/scripts/tidy-database.sql && mv .ci/dashboard/fontspector-new.db .ci/dashboard/fontspector.db
+          /home/runner/.duckdb/cli/latest/duckdb .ci/dashboard/fontspector.db -f .ci/dashboard/scripts/tidy-database.sql && mv fontspector-new.db .ci/dashboard/fontspector.db
       - name: Grab data files from last run
         working-directory: .ci/dashboard/src/data/
         run: |