Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d18ec2

Browse files
committed
Fix dataset_measure.yml
1 parent 38eb6c1 commit 4d18ec2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dataset_measure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
path: stats
7474
- run: |
7575
python -m pip install --user lxml
76-
find stats -name 'stats.xml' | sort | xargs python scripts/merge_stats.py --output ql/src/ruby.dbscheme.stats --normalise tokeninfo
76+
find stats -name 'stats.xml' | sort | xargs python scripts/merge_stats.py --output ql/src/ruby.dbscheme.stats --normalise ruby_tokeninfo
7777
- uses: actions/upload-artifact@v2
7878
with:
7979
name: ruby.dbscheme.stats

0 commit comments

Comments
 (0)