feat: support md5sum and sha256

https://gitea.com/actions/gitea-release-action/issues/2
This commit is contained in:
Akkuman
2024-02-21 17:31:04 +08:00
parent 0611a9a1a0
commit 1ab8e7176e
6 changed files with 7342 additions and 10 deletions

View File

@ -38,6 +38,12 @@ inputs:
target_commitish:
description: 'Commitish value that determines where the Git tag is created from. Can be any branch or commit SHA.'
required: false
md5sum:
description: 'Publish `.md5` along with artifacts.'
required: false
sha256sum:
description: 'Publish `.sha256` along with artifacts.'
required: false
runs:
using: "node16"
main: "dist/index.js"