temp disabled checksum in .drone.yml

This commit is contained in:
Paul 2023-07-01 15:48:21 +02:00
parent 04294c4aa0
commit 2ea6e892ab

View File

@ -47,9 +47,9 @@ steps:
api_key:
from_secret: gitea_token
files: "target/release/*.tar.gz"
checksum:
- sha256
- sha512
#checksum:
# - sha256
# - sha512
environment:
PLUGIN_TITLE: ""
when:
@ -112,9 +112,9 @@ steps:
api_key:
from_secret: gitea_token
files: "target/release/*.tar.gz"
checksum:
- sha256
- sha512
#checksum:
# - sha256
# - sha512
environment:
PLUGIN_TITLE: ""
when: