mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-05-23 22:37:41 +08:00
Generate file MD5
This commit is contained in:
parent
3f5e5305bc
commit
ee8d70f0f8
5
.github/workflows/beta-pack.yml
vendored
5
.github/workflows/beta-pack.yml
vendored
@ -53,6 +53,11 @@ jobs:
|
||||
- name: Get package version
|
||||
run: node -p -e '`PACKAGE_VERSION=${require("./package.json").version}`' >> $GITHUB_ENV
|
||||
|
||||
- name: Generate file MD5
|
||||
run: |
|
||||
cd android/app/build/outputs/apk/release
|
||||
md5sum *.apk
|
||||
|
||||
- name: Upload Artifact arm64-v8a
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -62,6 +62,12 @@ jobs:
|
||||
git_commit_sha: ${{ github.sha }}
|
||||
git_tag_prefix: "v"
|
||||
|
||||
- name: Generate file MD5
|
||||
run: |
|
||||
echo -e '\n### MD5\n' >> ./publish/changeLog.md
|
||||
cd android/app/build/outputs/apk/release
|
||||
md5sum *.apk >> ../../../../../../publish/changeLog.md
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user