From 8c8833f5e88cffdba2ebfbb20d952462fbd8a536 Mon Sep 17 00:00:00 2001 From: Student Politechniki Date: Fri, 21 Nov 2025 14:08:12 +0100 Subject: [PATCH] updated ci.yml --- .gitea/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b5a1632..b27b2ff 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,3 +14,7 @@ jobs: dotnet-version: "8.0.x" - run: dotnet restore - run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true + - uses: actions/upload-artifact@v3 + with: + name: app.tar + path: app.tar