mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 10:39:47 +00:00
Fixed parameter name
This commit is contained in:
parent
10096380cb
commit
b9015e9a35
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
@ -101,7 +101,7 @@ jobs:
|
|||||||
- name: Build Tauri project
|
- name: Build Tauri project
|
||||||
run: |
|
run: |
|
||||||
cd runtime
|
cd runtime
|
||||||
cargo tauri build --target ${{ matrix.rust_target }} --bundle ${{ matrix.tauri_bundle }}
|
cargo tauri build --target ${{ matrix.rust_target }} --bundles ${{ matrix.tauri_bundle }}
|
||||||
|
|
||||||
- name: Upload artifact (macOS)
|
- name: Upload artifact (macOS)
|
||||||
if: startsWith(matrix.platform, 'macos')
|
if: startsWith(matrix.platform, 'macos')
|
||||||
|
Loading…
Reference in New Issue
Block a user