From 6657f6a0c08f1e6ab6a7fcd1645ff2fa85e2cc22 Mon Sep 17 00:00:00 2001 From: Sean Date: Mon, 17 Nov 2025 21:07:51 -0500 Subject: [PATCH] Test PWD --- .gitea/workflows/arm64-ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/arm64-ci.yaml b/.gitea/workflows/arm64-ci.yaml index 2473a88..5422eb3 100644 --- a/.gitea/workflows/arm64-ci.yaml +++ b/.gitea/workflows/arm64-ci.yaml @@ -21,7 +21,9 @@ jobs: run: dotnet restore # Restore NuGet packages - name: Build project - run: dotnet build --configuration Debug --no-restore # Build the project in Debug configuration + run: | + pwd + dotnet build --configuration Debug --no-restore # Build the project in Debug configuration - name: Upload Build Artifact uses: actions/upload-artifact@v3