upload art
All checks were successful
First CI / build (push) Successful in 16s

This commit is contained in:
Marcin Badurowicz 2024-11-25 10:22:03 +01:00
parent 669268754b
commit 44a9333c05

View File

@ -6,4 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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