added artifact

This commit is contained in:
LagsKing 2023-11-21 18:22:21 +01:00
parent be2a10007f
commit c028846d5d

@ -7,4 +7,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Printing hello
run: gcc -Wall -Werror main.c
run: gcc -Wall -Werror main.c
- name: Archive production atrifacts
uses: actions/upload-artifact@v3
with:
name: program
path: program