mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 11:59:48 +00:00
Update
This commit is contained in:
parent
f8fe3513fb
commit
eb8aadc219
7
.github/workflows/build-and-release.yml
vendored
7
.github/workflows/build-and-release.yml
vendored
@ -61,20 +61,17 @@ jobs:
|
|||||||
- name: Move & rename .NET artifact (Unix)
|
- name: Move & rename .NET artifact (Unix)
|
||||||
if: matrix.platform != 'windows-latest'
|
if: matrix.platform != 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
|
mkdir -p "app/MindWork AI Studio/bin/dist"
|
||||||
cd publish/dotnet
|
cd publish/dotnet
|
||||||
mv mindworkAIStudio "../../app/MindWork AI Studio/bin/dist/mindworkAIStudio${{ matrix.dotnet_name_postfix }}"
|
mv mindworkAIStudio "../../app/MindWork AI Studio/bin/dist/mindworkAIStudio${{ matrix.dotnet_name_postfix }}"
|
||||||
|
|
||||||
- name: Move & rename .NET artifact (Windows)
|
- name: Move & rename .NET artifact (Windows)
|
||||||
if: matrix.platform == 'windows-latest'
|
if: matrix.platform == 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
|
New-Item -ItemType Directory -Path "app\MindWork AI Studio\bin\dist" -Force
|
||||||
cd publish/dotnet
|
cd publish/dotnet
|
||||||
mv mindworkAIStudio.exe "../../app/MindWork AI Studio/bin/dist/mindworkAIStudio${{ matrix.dotnet_name_postfix }}"
|
mv mindworkAIStudio.exe "../../app/MindWork AI Studio/bin/dist/mindworkAIStudio${{ matrix.dotnet_name_postfix }}"
|
||||||
|
|
||||||
- name: Move & rename .NET artifact
|
|
||||||
run: |
|
|
||||||
cd publish/dotnet
|
|
||||||
find . -name "mindworkAIStudio*" -exec mv '{}' ."app/MindWork AI Studio/bin/dist/mindworkAIStudio${{ matrix.dotnet_name_postfix }}" \;
|
|
||||||
|
|
||||||
- name: Setup Rust stable (ARM macOS)
|
- name: Setup Rust stable (ARM macOS)
|
||||||
if: matrix.platform == 'macos-latest' && matrix.cargo_args == '--target aarch64-apple-darwin'
|
if: matrix.platform == 'macos-latest' && matrix.cargo_args == '--target aarch64-apple-darwin'
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
Loading…
Reference in New Issue
Block a user