From fe1227618acefba5b4788dac26ac278e2a1eb4e2 Mon Sep 17 00:00:00 2001 From: Tunglies Date: Tue, 18 Mar 2025 01:08:46 +0800 Subject: [PATCH] feat: add Rust installation step and configure alpha release details --- .github/workflows/alpha.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 6258de30..dfddd430 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -269,6 +269,9 @@ 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 }} @@ -310,6 +313,11 @@ 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 }}