diff --git a/.gitea/workflows/arm64-ci.yaml b/.gitea/workflows/arm64-ci.yaml index 826ac2c..9b6e3ce 100644 --- a/.gitea/workflows/arm64-ci.yaml +++ b/.gitea/workflows/arm64-ci.yaml @@ -23,7 +23,8 @@ jobs: - name: Build project run: | pwd - dotnet build --configuration Debug --no-restore # Build the project in Debug configuration +# dotnet build --configuration Debug --no-restore # Build the project in Debug configuration + dotnet build - name: Create Market Data archive with preserved permissions run: tar -czvf marketdata.tar.gz MarketData/MarketData/bin/Debug/net8.0