Skip to content

Commit 3d95c08

Browse files
committed
ci: show SHA256 for package managers
1 parent dfdee99 commit 3d95c08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
fi
6060
mv ${{ matrix.platform.bin }} ../../../${{ matrix.platform.name }}
6161
cd -
62+
- name: Generate SHA-256
63+
run: shasum -a 256 ${{ matrix.platform.archive }}
6264
- name: Upload artifacts
6365
uses: actions/upload-artifact@v3
6466
with:

0 commit comments

Comments
 (0)