From e13d3e7f838da4e5e26b53e0045a2435c7cf5801 Mon Sep 17 00:00:00 2001 From: Tunglies Date: Tue, 18 Mar 2025 14:37:56 +0800 Subject: [PATCH] Revert "feat: add Rust installation step and configure alpha release details" This reverts commit 1d5471e70dc2da7d15df3fdd8566e14023384f90. --- .github/workflows/alpha.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index dfddd430..6258de30 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -269,9 +269,6 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - - name: Install Rust Stable - uses: dtolnay/rust-toolchain@stable - - name: Add Rust Target run: rustup target add ${{ matrix.target }} @@ -313,11 +310,6 @@ jobs: TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} with: - tagName: alpha - releaseName: "Clash Verge Rev Alpha" - releaseBody: "More new features are now supported." - releaseDraft: false - prerelease: true tauriScript: pnpm args: --target ${{ matrix.target }}