From 008efd21faa261c3b402dbd97251c217576e1fb6 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Wed, 12 Mar 2025 20:46:41 +0100 Subject: [PATCH] ci: remove upload artifacts step from CI workflow --- .gitea/workflows/ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8146ff4..2e41bd0 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -157,13 +157,6 @@ jobs: - name: "Production Build" working-directory: ./frontend run: bun run build --configuration production - - - name: "Upload Build Artifacts" - uses: actions/upload-artifact@v4 - with: - name: frontend-build - path: frontend/dist/ - retention-days: 5 pr-analysis: name: "PR Quality Analysis" @@ -222,4 +215,4 @@ jobs: echo "| Frontend Lint | ✅ Passed |" >> $GITHUB_STEP_SUMMARY echo "| Frontend Build | ✅ Passed |" >> $GITHUB_STEP_SUMMARY echo "" >> $GITHUB_STEP_SUMMARY - echo "✅ **This PR is ready to merge!**" >> $GITHUB_STEP_SUMMARY \ No newline at end of file + echo "✅ **This PR is ready to merge!**" >> $GITHUB_STEP_SUMMARY