Zadanie3: Dodano archiwizacje artefaktow (program)
Some checks failed
First CI / build (push) Has been cancelled

This commit is contained in:
Kacper Trojanowski
2025-12-16 00:59:36 +01:00
parent f0088b90c3
commit 0fc62d1f15

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