mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 10:19:47 +00:00
Fixed move & rename op
This commit is contained in:
parent
8411a58d34
commit
f8fe3513fb
12
.github/workflows/build-and-release.yml
vendored
12
.github/workflows/build-and-release.yml
vendored
@ -58,6 +58,18 @@ jobs:
|
||||
cd "app/MindWork AI Studio"
|
||||
dotnet publish --configuration release --runtime ${{ matrix.dotnet_runtime }} --disable-build-servers --force --output ../../publish/dotnet
|
||||
|
||||
- name: Move & rename .NET artifact (Unix)
|
||||
if: matrix.platform != 'windows-latest'
|
||||
run: |
|
||||
cd publish/dotnet
|
||||
mv mindworkAIStudio "../../app/MindWork AI Studio/bin/dist/mindworkAIStudio${{ matrix.dotnet_name_postfix }}"
|
||||
|
||||
- name: Move & rename .NET artifact (Windows)
|
||||
if: matrix.platform == 'windows-latest'
|
||||
run: |
|
||||
cd publish/dotnet
|
||||
mv mindworkAIStudio.exe "../../app/MindWork AI Studio/bin/dist/mindworkAIStudio${{ matrix.dotnet_name_postfix }}"
|
||||
|
||||
- name: Move & rename .NET artifact
|
||||
run: |
|
||||
cd publish/dotnet
|
||||
|
Loading…
Reference in New Issue
Block a user