mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 15: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:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
lfs: true # Enable Git LFS
|
||||||
|
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
@ -124,7 +126,6 @@ jobs:
|
|||||||
- name: Build Tauri project
|
- name: Build Tauri project
|
||||||
run: |
|
run: |
|
||||||
cd runtime
|
cd runtime
|
||||||
cargo tauri icon
|
|
||||||
cargo tauri build --target ${{ matrix.rust_target }}
|
cargo tauri build --target ${{ matrix.rust_target }}
|
||||||
|
|
||||||
- name: Upload artifact (macOS)
|
- name: Upload artifact (macOS)
|
||||||
|
Loading…
Reference in New Issue
Block a user