From 133e2ba9da67282ceade5e09318aba30ca6b173f Mon Sep 17 00:00:00 2001 From: Kodi Craft Date: Fri, 21 Jun 2024 12:41:53 +0200 Subject: [PATCH] Uploading the result is meaningless, oops --- .gitea/workflows/build.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1b6c621..d2231e3 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,9 +8,4 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Build & test - run: nix build - - name: Upload result - uses: actions/upload-artifact@v3 - with: - name: result - path: result/* \ No newline at end of file + run: nix build \ No newline at end of file