From dc256e6d8a6241bbdc867095fff1e247eca72692 Mon Sep 17 00:00:00 2001 From: tangxianyun Date: Sun, 19 Jan 2025 01:45:05 +0800 Subject: [PATCH] Updated cicd-parameter --- .github/workflows/publish.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8c3f5ff..22158aa 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -14,14 +14,9 @@ jobs: matrix: include: - platform: "macos-latest" - args: "--target aarch64-apple-darwin" - - platform: "macos-latest" - args: "--target x86_64-apple-darwin" + args: "" runs-on: ${{ matrix.platform }} - env: - APPLE_ID: ${{ secrets.APPLE_ID }} - APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }} steps: - uses: actions/checkout@v4 @@ -32,8 +27,6 @@ jobs: - name: install Rust stable uses: dtolnay/rust-toolchain@stable - with: - targets: aarch64-apple-darwin,x86_64-apple-darwin - name: install frontend dependencies run: npm install