mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-30 06:51:59 -08:00
move checksum generation into Github Actions (#4628)
This commit is contained in:
parent
5a050a6b4d
commit
7a7c9c4a6a
3 changed files with 5 additions and 11 deletions
4
.github/workflows/nightly_binaries.yml
vendored
4
.github/workflows/nightly_binaries.yml
vendored
|
|
@ -13,8 +13,8 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- run: make binaries
|
||||
env:
|
||||
CHECKSUM: '1'
|
||||
|
||||
- run: cd binaries; for f in *; do sha256sum $f > $f.sha256sum; done
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
|
|||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -13,8 +13,8 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
|
||||
- run: make binaries
|
||||
env:
|
||||
CHECKSUM: '1'
|
||||
|
||||
- run: cd binaries; for f in *; do sha256sum $f > $f.sha256sum; done
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue