Skip to content

ci: add building and uploading assets on release #1

ci: add building and uploading assets on release

ci: add building and uploading assets on release #1

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make
run: make
- name: On release
uses: startsWith(github.ref, 'refs/tags/')
with:
files: telly