mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 13:59:48 +00:00
Fixed .NET release command to build arm64 binary
This commit is contained in:
parent
ce86dd657f
commit
5049c8c55d
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
@ -213,7 +213,7 @@ jobs:
|
|||||||
- name: Build .NET project
|
- name: Build .NET project
|
||||||
run: |
|
run: |
|
||||||
cd "app/MindWork AI Studio"
|
cd "app/MindWork AI Studio"
|
||||||
dotnet publish --configuration release --runtime linux-arm --disable-build-servers --force --output ../../publish/dotnet
|
dotnet publish --configuration release --runtime linux-arm64 --disable-build-servers --force --output ../../publish/dotnet
|
||||||
|
|
||||||
- name: Move & rename the .NET artifact
|
- name: Move & rename the .NET artifact
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user