Fixed .NET release command to build arm64 binary

This commit is contained in:
Thorsten Sommer 2024-06-11 14:28:05 +02:00
parent ce86dd657f
commit 5049c8c55d
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -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: |