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