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 d90d2eb commit 8b3d2baCopy full SHA for 8b3d2ba
.github/workflows/benchmark.yml
@@ -64,3 +64,8 @@ jobs:
64
env:
65
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
SSH_KEY: ${{ secrets.DOCUMENTER_KEY }}
67
+ - uses: actions/upload-artifact@v4
68
+ with:
69
+ name: tune-json
70
+ path: |
71
+ **/tune.json
0 commit comments