From 52af81b07961fc0f84535a229cbb4c88c910fbb6 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Tue, 17 Feb 2026 18:30:38 +0800 Subject: [PATCH] =?UTF-8?q?ci(gitea):=20=E7=A7=BB=E9=99=A4=20Gitea=20Actio?= =?UTF-8?q?ns=20=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/release.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .gitea/workflows/release.yml diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml deleted file mode 100644 index 03c76bd..0000000 --- a/.gitea/workflows/release.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: Release - -on: - push: - branches: [main] - workflow_dispatch: - -jobs: - release: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Setup mise - uses: jdx/mise-action@v3 - with: - cache: false - - - name: Install dependencies - run: bun install --frozen-lockfile - - - name: Run dist pipeline - run: bunx turbo run dist - - - name: Upload artifacts - uses: christopherhx/gitea-upload-artifact@v4 - with: - name: build-${{ github.run_number }} - path: | - apps/desktop/dist/*.AppImage - retention-days: 7