Skip to content

Commit

Permalink
chore(ci): switch to sha512 checksum.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenithar committed Jul 13, 2021
1 parent 89a4f9e commit 6a3ce4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ tasks:
deps:
- release-all
cmds:
- cd dist && sha256sum {{.ARTIFACT}}-*.tar.xz > {{.ARTIFACT}}-checksum.txt
- cd dist && sha512sum {{.ARTIFACT}}-*.tar.xz > {{.ARTIFACT}}-checksum.txt
- cd dist && gpg --detach-sign --armor {{.ARTIFACT}}-checksum.txt
- cat dist/{{.ARTIFACT}}-checksum.txt
generates:
Expand Down

0 comments on commit 6a3ce4e

Please sign in to comment.