Skip to content

Commit

Permalink
added upload
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Jan 4, 2024
1 parent 11b66df commit 30ebcae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,9 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
# Enable alert commit comment
comment-on-alert: true
# Upload the updated cache file for the next job by actions/cache
# Upload the updated cache file for the next job by actions/cache
- name: Upload Benchmark Data
uses: actions/upload-artifact@v2
with:
name: Benchmark Data
path: ./benchmarks/cache/benchmark-data.json

0 comments on commit 30ebcae

Please sign in to comment.