mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-21 15:14:13 +00:00
Generate SHA256 checksums for release packages
This commit is contained in:
4
.github/workflows/package.yml
vendored
4
.github/workflows/package.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user