Artifacts
All checks were successful
First CI / build (push) Successful in 12s

This commit is contained in:
2025-11-21 11:28:55 +01:00
parent 79854e97ed
commit e63335c02f

View File

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