From e905b9241aae7c7d2311f979a62385854f9b164a Mon Sep 17 00:00:00 2001 From: R4SAS Date: Sat, 14 Sep 2024 16:53:00 +0300 Subject: [PATCH] [gha] upload hashsums Signed-off-by: R4SAS --- .github/workflows/commit.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 19715be..021e23d 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -81,6 +81,9 @@ jobs: pattern: i2pdbrowser-${{ steps.commit.outputs.short }}-* merge-multiple: true + - name: Create hashsums + run: sha512sum I2PdBrowserPortable_${{ steps.commit.outputs.short }}-* > SHA512SUMS + - name: Creating release uses: marvinpinto/action-automatic-releases@latest with: @@ -90,3 +93,4 @@ jobs: title: "Latest packages" files: | I2PdBrowserPortable_${{ steps.commit.outputs.short }}-* + SHA512SUMS