Skip to content

Commit

Permalink
workflow: generate SHA256SUMS on release
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Mar 5, 2024
1 parent 784842c commit c5f742f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit c5f742f

Please sign in to comment.