更新版本
This commit is contained in:
10
.github/workflows/build-opensource.yml
vendored
10
.github/workflows/build-opensource.yml
vendored
@@ -18,19 +18,19 @@ jobs:
|
|||||||
- platform: 'macos-latest'
|
- platform: 'macos-latest'
|
||||||
target: 'universal-apple-darwin'
|
target: 'universal-apple-darwin'
|
||||||
name: 'macOS'
|
name: 'macOS'
|
||||||
|
|
||||||
# Linux x64
|
# Linux x64
|
||||||
- platform: 'ubuntu-22.04'
|
- platform: 'ubuntu-22.04'
|
||||||
target: ''
|
target: ''
|
||||||
name: 'Linux'
|
name: 'Linux'
|
||||||
|
|
||||||
# Windows x64
|
# Windows x64
|
||||||
- platform: 'windows-latest'
|
- platform: 'windows-latest'
|
||||||
target: ''
|
target: ''
|
||||||
name: 'Windows'
|
name: 'Windows'
|
||||||
|
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -79,7 +79,7 @@ jobs:
|
|||||||
## 📦 下载说明
|
## 📦 下载说明
|
||||||
|
|
||||||
### macOS 用户
|
### macOS 用户
|
||||||
- 下载 `Claudia_*_universal.dmg`
|
- 下载 `Claudia_*.dmg`
|
||||||
- 首次运行:右键点击应用 → 选择"打开"
|
- 首次运行:右键点击应用 → 选择"打开"
|
||||||
|
|
||||||
### Windows 用户
|
### Windows 用户
|
||||||
@@ -109,4 +109,4 @@ jobs:
|
|||||||
src-tauri/target/*/release/bundle/**/*.msi
|
src-tauri/target/*/release/bundle/**/*.msi
|
||||||
src-tauri/target/*/release/bundle/**/*.exe
|
src-tauri/target/*/release/bundle/**/*.exe
|
||||||
!src-tauri/target/*/release/bundle/**/*-setup.exe
|
!src-tauri/target/*/release/bundle/**/*-setup.exe
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
Reference in New Issue
Block a user