Skip to content

Commit 26e8377

Browse files
authored
add .sha256 checksums to binary distribution tarballs (#3605)
1 parent e7c760f commit 26e8377

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ jobs:
486486
tmp/$name/
487487
chmod +x tmp/$name/wasm*
488488
tar czvf gh-release/$name.tar.gz -C tmp $name
489+
sha256sum gh-release/$name.tar.gz > gh-release/$name.tar.gz.sha256sum
489490
}
490491
mk x86_64-unknown-linux-musl dist_linux_x86_64_musl
491492
mk aarch64-unknown-linux-gnu dist_linux_aarch64_gnu
@@ -517,4 +518,4 @@ jobs:
517518
- uses: softprops/action-gh-release@v1
518519
if: startsWith(github.ref, 'refs/tags/')
519520
with:
520-
files: "gh-release/*.tar.gz"
521+
files: "gh-release/*.tar.gz*"

0 commit comments

Comments
 (0)