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

6
package-lock.json generated
View File

@ -11,6 +11,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"crypto-js": "^4.2.0",
"gitea-api": "^1.17.3-1",
"glob": "^10.3.10"
},
@ -276,6 +277,11 @@
"node": ">= 8"
}
},
"node_modules/crypto-js": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
"integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q=="
},
"node_modules/deprecation": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz",