parent
be2a10007f
commit
c028846d5d
@ -8,3 +8,9 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Printing hello
|
- 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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user