update CI workflow to include artifact archiving step
Some checks are pending
First CI / build (push) Waiting to run

This commit is contained in:
Jakub Nowosad
2025-12-09 00:46:48 +01:00
parent 40222b22c2
commit fe50803ad9

View File

@@ -6,5 +6,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build using gcc
run: gcc -wall -werror main.c
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: program
path: program