Change name

This commit is contained in:
lyswhut 2022-03-20 14:14:04 +08:00
parent 4239a955de
commit 3536bb22a8

View File

@ -64,7 +64,7 @@ jobs:
- name: Generate file MD5 - name: Generate file MD5
run: | run: |
echo -e '\n### MD5\n' >> ./publish/changeLog.md echo -e '\n### File MD5\n' >> ./publish/changeLog.md
cd android/app/build/outputs/apk/release cd android/app/build/outputs/apk/release
md5sum *.apk >> ../../../../../../publish/changeLog.md md5sum *.apk >> ../../../../../../publish/changeLog.md