mediamtx/.github/workflows/nightly_binaries.yml
Alessandro Ros b3d3fd9b4c
Some checks are pending
code_lint / golangci_lint (push) Waiting to run
code_lint / mod_tidy (push) Waiting to run
code_lint / api_docs (push) Waiting to run
code_test / test_64 (push) Waiting to run
code_test / test_32 (push) Waiting to run
code_test / test_e2e (push) Waiting to run
add attestation system to protect binaries (#4012) (#4629)
this allows to prove that binaries were produced by GitHub Actions.
2025-06-08 16:51:19 +02:00

20 lines
305 B
YAML

name: nightly_binaries
on:
workflow_dispatch:
jobs:
nightly_binaries:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: make binaries
- uses: actions/upload-artifact@v4
with:
name: binaries
path: binaries