Skip to content

Commit

Permalink
Fix release.yml due to bench folder move (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM authored Feb 11, 2022
1 parent b13bfd7 commit 670aa35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ jobs:
- name: Copy benchmarks_generated.js
run: |
mkdir tmp
cp bench/versions/benchmarks_generated.js tmp
cp bench/versions/benchmarks_generated.js.map tmp
cp test/bench/versions/benchmarks_generated.js tmp
cp test/bench/versions/benchmarks_generated.js.map tmp
- name: Upload Benchmarks to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 670aa35

Please sign in to comment.