removes checksums for github releases
This commit is contained in:
parent
f3fecbbdc2
commit
13a27a0030
21
.drone.yml
21
.drone.yml
@ -25,13 +25,6 @@ steps:
|
|||||||
from_secret: github_token
|
from_secret: github_token
|
||||||
files:
|
files:
|
||||||
- fortlit-*
|
- fortlit-*
|
||||||
checksum:
|
|
||||||
- md5
|
|
||||||
- sha1
|
|
||||||
- sha256
|
|
||||||
- sha512
|
|
||||||
- adler32
|
|
||||||
- crc32
|
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
---
|
---
|
||||||
@ -57,13 +50,6 @@ steps:
|
|||||||
from_secret: github_token
|
from_secret: github_token
|
||||||
files:
|
files:
|
||||||
- fortlit-*
|
- fortlit-*
|
||||||
checksum:
|
|
||||||
- md5
|
|
||||||
- sha1
|
|
||||||
- sha256
|
|
||||||
- sha512
|
|
||||||
- adler32
|
|
||||||
- crc32
|
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -91,13 +77,6 @@ steps:
|
|||||||
from_secret: github_token
|
from_secret: github_token
|
||||||
files:
|
files:
|
||||||
- fortlit-*
|
- fortlit-*
|
||||||
checksum:
|
|
||||||
- md5
|
|
||||||
- sha1
|
|
||||||
- sha256
|
|
||||||
- sha512
|
|
||||||
- adler32
|
|
||||||
- crc32
|
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user