We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b0c2cf commit 9f5cbf4Copy full SHA for 9f5cbf4
1 file changed
.github/workflows/report.yaml
@@ -35,7 +35,7 @@ jobs:
35
echo "$CORVEL_SSH_PRIVATE_KEY" > ../private.key
36
sudo chmod 600 ../private.key
37
echo "$CORVEL_KNOWNHOSTS" > ~/.ssh/known_hosts
38
- scp -i ../private.key fontspector@corvelsoftware.co.uk:fontspector.db .
+ scp -i ../private.key fontspector@corvelsoftware.co.uk:fontspector.db .ci/dashboard/fontspector.db
39
shell: bash
40
env:
41
CORVEL_SSH_PRIVATE_KEY: ${{secrets.CORVEL_SSH_PRIVATE_KEY}}
0 commit comments