Skip to content

Commit 2d62be9

Browse files
committed
it was a typo
1 parent 574d29b commit 2d62be9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/jar_sizes.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
paths:
77
- src/main/resources/availableDLVersions.json
88
- .github/workflows/jar_sizes.yml
9-
- .github/get_jar_sizes.py
9+
- .github/get_jars_sizes.py
1010
workflow_dispatch:
1111

1212

@@ -26,9 +26,7 @@ jobs:
2626
python-version: '3.11'
2727

2828
- name: Get file sizes and generate JSON
29-
run: |
30-
ls .github
31-
python .github/get_jar_sizes.py ${{ env.FPATH }}
29+
run: python .github/get_jars_sizes.py ${{ env.FPATH }}
3230

3331
- name: Commit and push changes
3432
run: |

0 commit comments

Comments
 (0)