add md5sum

This commit is contained in:
Aria Moradi
2021-08-08 04:45:35 +04:30
parent c3ec28ffdb
commit 0a536f58e0
3 changed files with 5 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ jobs:
yarn install
yarn build
yarn build-zip
yarn build-md5
- name: Generate Tag Name
id: GenTagName
@@ -73,7 +74,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.DEPLOY_PREVIEW_TOKEN }}
artifacts: "master/buildZip/*.zip"
artifacts: "master/buildZip/*.zip;master/buildZip/md5sum"
owner: "Suwayomi"
repo: "Tachidesk-WebUI-preview"
tag: ${{ steps.GenTagName.outputs.value }}