add upload-artifact
Some checks failed
First CI / build (push) Failing after 12s

This commit is contained in:
Yehor Dreval 2023-12-01 11:11:07 +01:00
parent 54b23e95d4
commit c950126a5a

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