Files
Jakub Nowosad fe50803ad9
Some checks are pending
First CI / build (push) Waiting to run
update CI workflow to include artifact archiving step
2025-12-09 00:46:48 +01:00

18 lines
366 B
YAML

name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build using gcc
run: gcc -wall -werror main.c
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: program
path: program