Update lowercase_files.yml

This commit is contained in:
hewig 2019-09-29 10:46:59 +08:00 committed by GitHub
parent 169e32dae5
commit b6b66ea4cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,4 +12,4 @@ jobs:
- uses: actions/checkout@v1
- name: Lowercase files in blockchain folder
run: |
find blockchains -type f -exec rename 'y/A-Z/a-z/' {} \;
find blockchains -execdir rename 'y/A-Z/a-z/' {} \;