Fixed a bug with respect to checksum generation for the Woodpecker release pipeline
All checks were successful
ci/woodpecker/tag/release Pipeline was successful
All checks were successful
ci/woodpecker/tag/release Pipeline was successful
This commit is contained in:
@@ -42,8 +42,9 @@ steps:
|
|||||||
from_secret: GITEA_RELEASE_TOKEN
|
from_secret: GITEA_RELEASE_TOKEN
|
||||||
files:
|
files:
|
||||||
- dist/seriatim-*
|
- dist/seriatim-*
|
||||||
checksum: dist/seriatim-*
|
checksum: sha256
|
||||||
checksum-file: SHA256SUMS
|
checksum-file: SHA256SUMS
|
||||||
|
checksum-flatten: true
|
||||||
file-exists: skip
|
file-exists: skip
|
||||||
overwrite: false
|
overwrite: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|||||||
Reference in New Issue
Block a user