From 28d00f9e620ba908ff02158d5059ea1ae4c3d9a5 Mon Sep 17 00:00:00 2001 From: YoVinchen Date: Wed, 13 Aug 2025 22:28:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-opensource.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-opensource.yml b/.github/workflows/build-opensource.yml index 1fc6ae4..e384846 100644 --- a/.github/workflows/build-opensource.yml +++ b/.github/workflows/build-opensource.yml @@ -18,19 +18,19 @@ jobs: - platform: 'macos-latest' target: 'universal-apple-darwin' name: 'macOS' - + # Linux x64 - platform: 'ubuntu-22.04' target: '' name: 'Linux' - + # Windows x64 - platform: 'windows-latest' target: '' name: 'Windows' runs-on: ${{ matrix.platform }} - + steps: - name: Checkout repository uses: actions/checkout@v4 @@ -79,7 +79,7 @@ jobs: ## 📦 下载说明 ### macOS 用户 - - 下载 `Claudia_*_universal.dmg` + - 下载 `Claudia_*.dmg` - 首次运行:右键点击应用 → 选择"打开" ### Windows 用户 @@ -109,4 +109,4 @@ jobs: src-tauri/target/*/release/bundle/**/*.msi src-tauri/target/*/release/bundle/**/*.exe !src-tauri/target/*/release/bundle/**/*-setup.exe - retention-days: 7 \ No newline at end of file + retention-days: 7