]> prime8.dev >> repos - ttyd.git/commitdiff
workflow: generate SHA256SUMS on release
authorShuanglei Tao <tsl0922@gmail.com>
Tue, 5 Mar 2024 13:51:20 +0000 (21:51 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Tue, 5 Mar 2024 13:51:39 +0000 (21:51 +0800)
.github/workflows/release.yml

index 3eda06c1f682f91c11a3d78101290f84dd3d1005..d641e3bd02b0fdad5bc339157690e188ad39697f 100644 (file)
@@ -20,6 +20,7 @@ jobs:
             [[ $file == *.exe ]] && target="$target.exe"
             mv $file build/$target
           done
+          pushd build; sha256sum ttyd.* > SHA256SUMS; popd
       - uses: ncipollo/release-action@v1
         with:
           artifacts: build/*