From 9c4f20790f99325077eda7b8104de761ab4e4c2e Mon Sep 17 00:00:00 2001 From: apio Date: Sat, 7 Sep 2024 16:35:59 +0200 Subject: [PATCH] CI: Undo artifact stuff Doesn't seem to be really supported on Gitea for now. --- .gitea/workflows/build.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 21945068..36240ff3 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -19,9 +19,3 @@ jobs: rm ci-toolchain-arm64.tar.gz - name: Build and run tests run: tools/run-tests.sh - - name: Upload artifact - uses: christopherhx/gitea-upload-artifact@v4 - with: - name: nightly-iso - path: Luna.iso - if-no-files-found: error