mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 11:59:48 +00:00
Enable Git LFS
This commit is contained in:
parent
6f84a92f1b
commit
bbc457acd7
3
.github/workflows/build-and-release.yml
vendored
3
.github/workflows/build-and-release.yml
vendored
@ -46,6 +46,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true # Enable Git LFS
|
||||
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v4
|
||||
@ -124,7 +126,6 @@ jobs:
|
||||
- name: Build Tauri project
|
||||
run: |
|
||||
cd runtime
|
||||
cargo tauri icon
|
||||
cargo tauri build --target ${{ matrix.rust_target }}
|
||||
|
||||
- name: Upload artifact (macOS)
|
||||
|
Loading…
Reference in New Issue
Block a user