updated ci.yml
All checks were successful
First CI / build (push) Successful in 13s

This commit is contained in:
Student Politechniki
2025-11-21 13:33:10 +01:00
parent 54390a1f55
commit 23a3f45ec6

View File

@@ -7,4 +7,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: build using gcc
run: gcc -Wall -Werror main.c
run: gcc -Wall -Werror main.c -o program
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: program
path: program