mediamtx/.github/workflows/nightly_binaries.yml
Alessandro Ros c71694741e
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_highlevel (push) Waiting to run
show right server version when server is compiled from source (#3409)
2024-10-05 23:10:14 +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