updated .drone.yml
This commit is contained in:
parent
d87032b43d
commit
8fb9a21ae7
@ -17,7 +17,7 @@ steps:
|
||||
base_url: https://git.paulbsd.com
|
||||
api_key:
|
||||
from_secret: gitea_token
|
||||
files: dist/*.tar.gz
|
||||
files: "*.tar.gz"
|
||||
checksum:
|
||||
- sha256
|
||||
- sha512
|
||||
@ -43,7 +43,7 @@ steps:
|
||||
base_url: https://git.paulbsd.com
|
||||
api_key:
|
||||
from_secret: gitea_token
|
||||
files: dist/*.tar.gz
|
||||
files: "*.tar.gz"
|
||||
checksum:
|
||||
- sha256
|
||||
- sha512
|
||||
|
Loading…
Reference in New Issue
Block a user