From cbb4b30f03e0ec94ebc8600bb28ac6511d175a8d Mon Sep 17 00:00:00 2001 From: Sean Date: Wed, 19 Nov 2025 15:26:13 -0500 Subject: [PATCH] Test build --- .gitea/workflows/arm64-ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/arm64-ci.yaml b/.gitea/workflows/arm64-ci.yaml index 5303f16..ce5be57 100644 --- a/.gitea/workflows/arm64-ci.yaml +++ b/.gitea/workflows/arm64-ci.yaml @@ -34,6 +34,7 @@ jobs: dotnet publish MarketDataServer/MarketDataServer.csproj -c Release -r linux-arm64 --self-contained=true dotnet publish IPMonitor/IPMonitor.csproj -c Release -r linux-arm64 --self-contained=true # dotnet build --configuration Debug --no-restore # Build the project in Debug configuration +# - name: Create Market Data archive with preserved permissions run: tar -czvf marketdata.tar.gz MarketData/MarketData/bin/Debug/net8.0/linux-arm64/publish