From 00bb1c7168c81bcfcab686211eed280a4b33d2c1 Mon Sep 17 00:00:00 2001 From: magda Date: Tue, 21 Nov 2023 16:58:56 +0100 Subject: [PATCH] changes ci.yml --- .gitea/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0941f6f..d741088 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,4 +9,8 @@ jobs: - 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