zad32
All checks were successful
First CI / build (push) Successful in 13s

This commit is contained in:
john
2025-11-21 12:53:30 +01:00
parent 5ff5f19e51
commit c540e16f98

View File

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