]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
More path fix
authorSimon Cozens <simon@simon-cozens.org>
Wed, 25 Jun 2025 10:10:46 +0000 (11:10 +0100)
committerSimon Cozens <simon@simon-cozens.org>
Wed, 25 Jun 2025 10:10:46 +0000 (11:10 +0100)
.github/workflows/report.yaml

index 7ebe87b649096346cdcc79ffeee30e9afe3623aa..b5aba04e90e9dc5555fff6208e1b29e41c4aa2c5 100644 (file)
@@ -35,7 +35,7 @@ jobs:
           echo "$CORVEL_SSH_PRIVATE_KEY" > ../private.key
           sudo chmod 600 ../private.key
           echo "$CORVEL_KNOWNHOSTS" > ~/.ssh/known_hosts
-          scp -i ../private.key fontspector@corvelsoftware.co.uk:fontspector.db .
+          scp -i ../private.key fontspector@corvelsoftware.co.uk:fontspector.db .ci/dashboard/fontspector.db
         shell: bash
         env:
           CORVEL_SSH_PRIVATE_KEY: ${{secrets.CORVEL_SSH_PRIVATE_KEY}}