Skip to content

ci: add release workflow #68

ci: add release workflow

ci: add release workflow #68

Workflow file for this run

name: build
on:
workflow_dispatch:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install -y raptor2-utils
- name: Build
run: source ./scripts/combine