mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-28 22:44:24 +01:00
workflow: generate SHA256SUMS on release
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user