main.c workflow save artifact fix
All checks were successful
First CI / build (push) Successful in 11s
All checks were successful
First CI / build (push) Successful in 11s
This commit is contained in:
parent
43c28e80b5
commit
120e5e527d
@ -7,7 +7,7 @@ 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:
|
||||
|
Loading…
Reference in New Issue
Block a user