workflow: generate SHA256SUMS on release

This commit is contained in:
Shuanglei Tao
2024-03-05 21:51:20 +08:00
parent 784842c7fd
commit c5f742f69e

View 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/*