diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 7544be326..9d24c310f 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -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