From 92447d9b707dd0cd1ce971b2d4a92f0af4aa689a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Lu=C5=9Bnia?= Date: Thu, 20 Nov 2025 15:19:48 +0100 Subject: [PATCH] Fixed build output name --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ea1fc62..7bdab6d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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: