ci: show artifacts md5

Signed-off-by: ACh Sulfate <xenonhydride@gmail.com>
This commit is contained in:
ACh Sulfate
2022-03-06 20:24:09 +08:00
parent fb2fcb6bb5
commit 3eaa3f3b63

View File

@@ -60,6 +60,9 @@ jobs:
KEY_ALIAS: ${{ secrets.SIGN_ALIAS }}
KEY_PASSWORD: ${{ secrets.SIGN_KEY_PASSWORD }}
- name: Show Artifacts MD5
run: md5sum app/build/outputs/apk/release/*.apk
- name: Upload Artifacts
uses: actions/upload-artifact@v2
# don't upload the artifacts if it's a pull request