Skip to content

Commit

Permalink
ci-test
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Mar 14, 2024
1 parent 4333a6f commit 619d4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/strip-font-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: |
for font in $(find Editor/Fonts -name "*.asset"); do
echo "Processing $font..."
perl -p .github/strip-font-data.pl "$font"
perl -i .github/strip-font-data.pl "$font"
done
- name: git diff
Expand Down

0 comments on commit 619d4d4

Please sign in to comment.