From d2162cc3c3688fcdd501fc553202c6e6aa6948cb Mon Sep 17 00:00:00 2001 From: Henry Date: Tue, 9 Dec 2025 23:24:59 +0100 Subject: [PATCH] changed Path for sln --- .gitea/workflows/arm64.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/arm64.yaml b/.gitea/workflows/arm64.yaml index 8a40e4d..c54fbe1 100644 --- a/.gitea/workflows/arm64.yaml +++ b/.gitea/workflows/arm64.yaml @@ -17,10 +17,10 @@ jobs: dotnet-version: '10.0.x' - name: Restore dependencies - run: dotnet restore ./CouchLog/CouchLog/CouchLog.sln + run: dotnet restore ./CouchLog/CouchLog.sln - name: Build ARM64 Linux - run: dotnet publish ./CouchLog/CouchLog/CouchLog.sln -c Release -r linux-arm64 --self-contained false -o ./artifacts/linux-arm64 + run: dotnet publish ./CouchLog/CouchLog.sln -c Release -r linux-arm64 --self-contained false -o ./artifacts/linux-arm64 - name: Upload ARM64 artifact uses: actions/upload-artifact@v3