LagsKing c028846d5d
All checks were successful
First CI / build (push) Successful in 12s
added artifact
2023-11-21 18:22:21 +01:00

16 lines
383 B
YAML

name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Printing hello
run: gcc -Wall -Werror main.c
- name: Archive production atrifacts
uses: actions/upload-artifact@v3
with:
name: program
path: program