diff --git a/.gitea/workflows/arm64-ci.yaml b/.gitea/workflows/arm64-ci.yaml index 9309422..651558f 100644 --- a/.gitea/workflows/arm64-ci.yaml +++ b/.gitea/workflows/arm64-ci.yaml @@ -23,7 +23,7 @@ jobs: - name: Build project run: | pwd - dotnet build /p:Platform="Any CPU" + dotnet publish --configuration Debug --runtime linux-x64 --self-contained true # dotnet build --configuration "Any CPU" --no-restore # Build the project in Debug configuration - name: Create Market Data archive with preserved permissions