From f3a65da7ec003586811b35cb296f402f3526ea21 Mon Sep 17 00:00:00 2001 From: Margriell Date: Thu, 20 Nov 2025 13:48:56 +0100 Subject: [PATCH] Fix ci.yml v2 --- .gitea/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2e7d69d..d3879b8 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -16,9 +16,9 @@ jobs: /p:PublishSingleFile=true,AssemblyName=app - run: tar cf app.tar app/ - uses: actions/upload-artifact@v3 - with: - name: app.tar - path: app.tar + with: + name: app.tar + path: app.tar test: steps: - uses: actions/download-artifact@v3