Generate SHA256 checksums for release packages

This commit is contained in:
Philipp Wolfer
2020-02-11 16:48:33 +01:00
parent b836da0219
commit 58ffb8bb1c

View File

@@ -200,6 +200,10 @@ jobs:
with:
name: windows-portable
path: artifacts/
- name: Generate checksums
run: |
cd artifacts
sha256sum * > SHA256SUMS
- name: Prepare changelog
id: changelog
continue-on-error: true