Skip to content

Fix build CI

Fix build CI #2

Workflow file for this run

name: Webserv build CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build binary
run: make
- name: Upload binary to artifacts
uses: actions/upload-artifact@v4
with:
name: webserv-binary
path: bin/webserv
if-no-files-found: error