updated yml with support for artifacts
Some checks failed
First CI / build (push) Failing after 13s

This commit is contained in:
Jakub Furtak 2023-12-01 11:08:41 +01:00
parent aafc65f704
commit ecb6973c83

View File

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