From 2f0f47926bf1b75f0673559bbc7b5229fd0d67b5 Mon Sep 17 00:00:00 2001 From: pielakm Date: Fri, 22 Nov 2024 14:12:37 +0100 Subject: [PATCH] =?UTF-8?q?dodanie=20artefakt=C3=B3w=20kompilacji?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index dcabf62..787dea9 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,4 +7,9 @@ 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: + name: program + path: program