Fixed build output name
All checks were successful
First CI / build (push) Successful in 14s

This commit is contained in:
Maciej Luśnia
2025-11-20 15:19:48 +01:00
parent 97d1cf0864
commit 92447d9b70

View File

@@ -6,7 +6,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: