From 1c959f5d3af29ce1aaafbac89322183401efa50e Mon Sep 17 00:00:00 2001 From: Sergey Yablokov Date: Wed, 12 Feb 2025 19:25:02 +0100 Subject: [PATCH] WIP: Fix gitea --- .github/workflows/ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 980c7e65..f95c6454 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,8 +59,15 @@ jobs: cmake-args: "-DCMAKE_UNITY_BUILD=ON" config: "Release" bin-dir: "linux-x86_64" - - name: Upload artifacts + - name: Upload artifacts (github) uses: actions/upload-artifact@v4 + if: env.GITEA_ACTIONS == '' + with: + name: linux-x86_64 + path: linux-x86_64/ + - name: Upload artifacts (gitea) + if: env.GITEA_ACTIONS != '' + uses: actions/upload-artifact@v3 with: name: linux-x86_64 path: linux-x86_64/