mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-12-24 11:51:18 +08:00
format workflow (#4169)
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
+ `## Security\n\n`
|
||||
+ `Binaries have been produced by the [Release workflow](https://github.com/${owner}/${repo}/actions/workflows/release.yml)`
|
||||
+ ` without human intervention.\n\n`
|
||||
+ `SHA256 checksums:\n`;
|
||||
+ `SHA256 checksums:\n\n`;
|
||||
|
||||
for (const name of await fs.readdir('./binaries/')) {
|
||||
if (name.endsWith('.sha256sum')) {
|
||||
|
||||
Reference in New Issue
Block a user