Skip to content

Commit

Permalink
check the dir on action
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Jan 8, 2025
1 parent fd05ff7 commit 0f08625
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/jar_sizes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
python-version: '3.11'

- name: Get file sizes and generate JSON
run: python .github/get_jar_sizes.py ${{ env.FPATH }}
run: |
ls
python .github/get_jar_sizes.py ${{ env.FPATH }}
- name: Commit and push changes
run: |
Expand Down

0 comments on commit 0f08625

Please sign in to comment.