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